AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answers »

  1. Submitted By: alibee — October 6, 2006
    +5 votes
      + -

    No.

  2. Submitted By: jaysesh — October 6, 2006
    +4 votes
      + -

    No; but it is a reserved keyword

  3. Submitted By: mandeepk — October 6, 2006
    +0 votes
      + -

    No. However, C++ does have it.

  4. Submitted By: tlw — October 6, 2006
    +7 votes
      + -

    Yes and No. There is no “goto” operator
    used in Java, but one can use break
    statements to branch to a labelled statement, exactly as one would use a goto.

    http://java.sun.com/docs/books/jls/second_edition/html/statements.doc.html#6842

  5. Submitted By: priyanka — June 21, 2007
    +2 votes
      + -

    nopes..
    but “goto” is a reserved word!!

  6. Submitted By: Mike — September 26, 2007
    +2 votes
      + -

    Yes

    The continue keyword behaves like a goto in that it can redirect the execution of code to a labeled location in the source. Continue can also be used without a label, in which case it behaves less like a goto. However, unlike a goto, continue can only be used in certain other constructs.

  7. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.