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
What flag up means?
Is this valid in java ? Can we instantiate interface in java?
What does singleton class mean?
Define immutable object?
How do you write a good declaration?
Can we use this () and super () in a method?
What are the uses of synchronized keyword?
What is an immutable object?
What does java se mean?
How will you compute size of a structure?
Can we declare an array without size in java?
Does A Class Inherit The Constructors Of Its Superclass?
If an object is garbage collected, can it become reachable again?
What are the different data types in java?
Describe the various concepts related to object oriented programming (oop).