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 |
How many bytes is 255 characters?
What is Locale class?
Explain when we should make an instance variable private.
JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu
What is finalize() function in java?
How to declare an arraylist in java?
using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
How do u provide security in java
What is the range of the short datatype?
How will you compute size of a structure?
Difference between Reader/Writer and InputStream/Output Stream?
9 Answers Adobe, Kirusa, Verizon,
Is java pass by value or pass by reference?