Answer Posted / nav dev
boolean a=true;
while(a)
{
//here a should be boolean type
System.out.println(a);
}
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
When is the arraystoreexception thrown?
What does 3 dots mean in java?
What are the six ways to use this keyword?
Does java linked list allow duplicates?
How many days will it take to learn java?
What are the methods of object class ?
What does || mean in code?
How will you print number in reverse (descending) order in BST.
Explain what do you mean by functional overloading in java?
In how many ways we can create threads in java?
Can java list contain duplicates?
What is thread safe singleton?
What is the difference between java applets and applications?
Does java support Operator Overloading?
What is connection class in java?