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 are wrapped classes in java programming?
Define "Access specifiers" in java.
What is the full form of jpeg?
What is re-factoring in software?
Does every java program need a main?
In Java list the methods that can be overridden?
Can we have any code between try and finally blocks?
Can memory leak in java?
Why string is a class?
What is java developer skills?
What are disadvantages of java?
What is a parameter example?
What is an empty list in java?
Why we go for collections in java?
What is stack example?