Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Java

  1. #1
    Junior Member
    Join Date
    Jun 2013
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java

    [redacted]


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Java

    Any idea?
    You first. We avoid spouting off answers without the original poster at least making an attempt. What do you think the answer is? Why do you think that?

  3. #3
    Junior Member
    Join Date
    Jun 2013
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java

    I think the answer should be 4 i.e. choice 1, since its taking 4 command parameter. Any suggestions?

  4. #4
    Junior Member
    Join Date
    Jun 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java

    yes it takes 4 parameters ...... parameter1 , parameter2 , parameter3 and parameter4

  5. #5
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Java

    Quote Originally Posted by jmsrajeev View Post
    I think the answer should be 4 i.e. choice 1, since its taking 4 command parameter. Any suggestions?
    Can you justify your answer? See the following
    http://docs.oracle.com/javase/tutori...d/application/

  6. #6
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Java

    I think you should write a program that will display the args on numbered lines.
    After a couple of sample runs with various arguments you should be able to easily count them

    Post the code if you get stuck or have any more questions (not necessarily my suggestion, but write up something to demonstrate what the program is getting)