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
Explain all java features with real time examples
What is a "pure virtual" member function?
What do you mean by scope of variable?
Is a case study a method or methodology?
What is boolean example?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What interface is extended by awt event listeners?
What are the differences between string, stringbuffer and stringbuilder?
What are the various access specifiers for java classes?
How do you print array in java?
Can we convert list to set in java?
What is the intersection and union methods?
How do you make a thread in java?
What is the preferred size of a component in java programming?
What is tcp ip in java?