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 7 of 7

Thread: question pls

  1. #1
    Banned
    Join Date
    Feb 2011
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default question pls

    Which method acts as the starting point of program execution in a Java application?
    public static void begin(String[ ] args)
    public static void main(String[ ] args)
    public static void init(String[ ] args)
    public static void start(String[ ] args)


    thx
    ama

    P.S. is my right to ask here questions..thats why the forum is for..right??
    the part with what i am doing is only my bussines..MINE!


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: question pls

    Quote Originally Posted by amaliutz View Post
    Which method acts as the starting point of program execution in a Java application?
    public static void begin(String[ ] args)
    public static void main(String[ ] args)
    public static void init(String[ ] args)
    public static void start(String[ ] args)
    What happened when you wrote a program that tested each? What did you find on google? What do you think the answer is?


    Quote Originally Posted by amaliutz View Post
    P.S. is my right to ask here questions..thats why the forum is for..right??
    the part with what i am doing is only my bussines..MINE!
    It's your right to ask questions, and it's our right to answer them however we see fit. Most people don't appreciate homework dumps, and won't answer a question until you have shown us that you've at least attempted to find an answer on your own.

    I suggest you read the link in my signature about asking smart questions.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. The Following User Says Thank You to KevinWorkman For This Useful Post:

    amaliutz (February 2nd, 2011)

  4. #3
    Banned
    Join Date
    Feb 2011
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: question pls

    I like so much "smart" replies..
    u think i need theory? for that i have my mom

    huh..incredible..

  5. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: question pls

    Quote Originally Posted by amaliutz View Post
    I like so much "smart" replies..
    What did you expect? You post a couple of rude threads demanding that we conform to your deadlines to help you with your homework. Did you really think we would do your homework for you?

    Quote Originally Posted by amaliutz View Post
    u think i need theory? for that i have my mom
    I take it that English is not your first language, which is fine. However, that makes it all the more important to avoid the use of text-message-speak and to use proper grammar, spelling, and punctuation. Many people here speak English as a second language, so translating your abbreviations into actual words, then translating those words to another native language, can confuse people who would otherwise be willing to help you.


    Quote Originally Posted by amaliutz View Post
    huh..incredible..
    The only thing I find incredible here is your rude presumption that people are going to do your homework for you.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  6. #5
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: question pls

    Quote Originally Posted by amaliutz View Post
    I like so much "smart" replies..
    u think i need theory? for that i have my mom

    huh..incredible..
    This forum is for help with JAVA programming, not giving answers to homework/quiz questions. It is very obvious what you're asking for and I doubt many people on this forum are going to help you cheat.
    NOTE TO NEW PEOPLE LOOKING FOR HELP ON FORUM:

    When asking for help, please follow these guidelines to receive better and more prompt help:
    1. Put your code in Java Tags. To do this, put [highlight=java] before your code and [/highlight] after your code.
    2. Give full details of errors and provide us with as much information about the situation as possible.
    3. Give us an example of what the output should look like when done correctly.

    Join the Airline Management Simulation Game to manage your own airline against other users in a virtual recreation of the United States Airline Industry. For more details, visit: http://airlinegame.orgfree.com/

  7. The Following User Says Thank You to aussiemcgr For This Useful Post:

    KevinWorkman (February 2nd, 2011)

  8. #6
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: question pls

    And of course this gem was crossposted:

    This thread has been cross posted here:

    http://www.java-forums.org/new-java/38257-questions.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting

    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  9. #7
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: question pls

    Related to http://www.javaprogrammingforums.com...ws-answer.html

    Closing.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.