Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


For which statements we use a label?

Answers were Sorted based on User's Feedback



For which statements we use a label?..

Answer / ravikiran(aptech mumbai)

for the looping or iterative statements we have to make use
of labels inorder to distinguish between outer and inner loops

Is This Answer Correct ?    6 Yes 0 No

For which statements we use a label?..

Answer / sasanka

for Jump Statements like 'break' we can use label.

Is This Answer Correct ?    5 Yes 0 No

For which statements we use a label?..

Answer / niranjanravi

for switch statements

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is list thread safe in java?

0 Answers  


Does java have a compiler?

0 Answers  


What are the difference between string, string builder, and string buffer in java?

0 Answers  


Explain what pure virtual function is?

0 Answers   Aricent,


real time example for deadlock,starvation,livelock

5 Answers  


What is the return type of the main method?

0 Answers  


Can I extend singleton class in java?

0 Answers  


IN java collections we have both interfaces and classes. instead of using interfaces why we can't use classes only like that why we can't use interfaces only. why we need two things interface and class.

6 Answers   Accenture, CTS,


What is jrmp?

0 Answers  


ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 Answers  


Differentiate between vector and array list.

0 Answers  


In Java, what are this() and super(), and where are you required to use them?

2 Answers  


Categories