Search:

Type: Posts; User: Vijay_Java

Search: Search took 0.09 seconds.

  1. Re: Help me to understand MultiDimensional Array

    Please provide some more information. I am really unable to follow with this..Thnx.
  2. Re: Help me to understand MultiDimensional Array

    Hi,

    Thanks for your input. Per your suggestion i made few changes and the output which i got out of that is still not according to what i expect.
    This is what i have tried and this is what i got...
  3. Help me to understand Pattern Printing

    Hello, i am back. Sorry i was unable to concentrate on this, due to my other project work.

    per your suggestion i tried to modify the program in order to print spaces instead of asterisk. But i am...
  4. Help Required to Understand Printing Different Patterns

    per you suggestion, i have modified the code as follows.


    // Demonstration of Two Dimensional Array

    class MyTwoDArray2 {

    public static void main(String args[]) {
    int i,j = 0;
    for(i=0;...
  5. Re: Help me to print a pattern by using nested for loop and if condition

    Hi,

    i would like to print a following pattern to learn 'for loop' and 'if' statements. The pattern i am looking is,(its actually box like structure. I dont think i can show it like a box here)
    ...
  6. Re: Help me to understand MultiDimensional Array

    Thank you very much. This clears all my doubt.
  7. Re: Help me to understand MultiDimensional Array

    Certainly you have helped me to clarify my doubts. I have understood most of the part and i have a small doubt on one of the usage of curly braces in the nested for loop, which does the action of...
  8. Re: Help me to understand MultiDimensional Array

    Okay...Thanks for your hint. Let me tell you what this mean for me and correct me if i am wrong.
    Per you say, the following piece of code does the action of creating the rows and columns,
    ...
  9. Replies
    4
    Views
    1,272

    Re: Java 'Bin' folder is emptied quite often

    Got it! Anyway i will try to install into D drive and try one more time and see how it goes. Thanks very much for your inputs.
  10. Help me to understand MultiDimensional Array

    Hi,

    i am learning multi dimensional array and struggling to understand the output which i am getting from one of the program which i have written by seeing an example from a book. The program goes...
  11. Replies
    4
    Views
    1,272

    Re: Java 'Bin' folder is emptied quite often

    I agree with you. I think we shouldnt be doing anything about this as it is a corporate policy.My another question is that, can we really install JDK as well as JRE into my D drive instead of C...
  12. Replies
    4
    Views
    1,272

    Java 'Bin' folder is emptied quite often

    Hi,

    I have observed a strange behavior in my system. whenever i installed jdk1.8.0_11, the issue is that, unknowingly the 'Bin' folder which is underneath 'C:\Program Files\Java\jdk1.8.0_11' is...
  13. Re: How to instal JDK 8 in a drive other than C

    Thanks for the reply. I have rebooted my system and tried to use the above mentioned two commands. When i typed in and entered, i am not getting anything. This is how i am entering the details.

    1)...
  14. How to instal JDK 8 in a drive other than C

    Hi,

    I have installed JDK-8u11-windows-i586 in to D drive as i cant install in C drive, because the laptop which i am using is office laptop and it is not allowing me to do so.
    after installing i...
  15. Re: Getting 'Variable out of type PrintStream ', unable to figure out why please help

    Hi,

    i have one more question. When i was searching fix for the error, someone has suggested that, if we have either Netbean or Eclipse IDE installed, it would be easy to catch these type of...
  16. Re: Getting 'Variable out of type PrintStream ', unable to figure out why please help

    Got it! It was 'P' instead of 'p' Thanks very much....going forward i will just add the error details, not the screenshot...thanks once again.
  17. Getting 'Variable out of type PrintStream ', unable to figure out why please help

    Hi,

    I am trying to understand Life time of a variable by writing a below program. But unable to compile it as it is throwing some error. please go through below for code snippet and error as...
  18. Re: Help me with a 'Can not find symbol' error

    Ah! Super.....I figured that out. Its about space between light and speed.
    Thanks a ton for helping me out on this.
    per your suggestion, i would go through the 'java style guide' which will improve...
  19. Thread: Hello

    by Vijay_Java
    Replies
    3
    Views
    713

    Re: Hello

    gone through the content. Very helpful. Thanks very much on this.
  20. Re: Help me with a 'Can not find symbol' error

    Thanks for the reply....
    I am attching the complete error details to this reply.

    3070

    By the way, i didnt understand your comment, " Please properly indent your code. All lines starting at the...
  21. Help me with a 'Can not find symbol' error

    Hi,

    I just started learning Java. As part of the learning, i am working with small examples which are available from the book.
    I have written the below program and while compiling i am getting...
  22. Thread: Hello

    by Vijay_Java
    Replies
    3
    Views
    713

    Hello

    Hi Hello Everyone,

    I want to become expert in Java Programming and i need your support in order to become the same. I am beginner in this area and i require all your suggestions and...
Results 1 to 22 of 22