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
Differentiate between postfix and prefix operators in java.
What is incompatible types in java?
How can we make sure main() is the last thread to finish in java program?
What is the default value of float and double datatype in java?
What is the latest java version?
define the terminology association.
What is entry set in java?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
Is char * a string?
What is the list interface?
How do you check if a string contains only numeric digits?
What are the states of thread in java?
Explain public static void main(string args[]) in java.
How do you break a loop?
Can Exception handling we can handle multiple catch blocks?