What are three types of loops in java?



What are three types of loops in java?..

Answer / Rahul Bhatia

Java has three main looping structures: for, while, and do-while loops.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How many bytes is 255 characters?

1 Answers  


What is Locale class?

1 Answers   MySoft,


Explain when we should make an instance variable private.

1 Answers  


JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu

9 Answers   Huawei,


What is finalize() function in java?

1 Answers  


How to declare an arraylist in java?

1 Answers  


using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.

4 Answers  


How do u provide security in java

3 Answers  


What is the range of the short datatype?

2 Answers  


How will you compute size of a structure?

1 Answers   Amdocs,


Difference between Reader/Writer and InputStream/Output Stream?

9 Answers   Adobe, Kirusa, Verizon,


Is java pass by value or pass by reference?

1 Answers  


Categories