Answer Posted / nitin
int a=5;
while(a)
{
System.out.println(a);
}
or
while(true)
{
System.out.println("true");
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is java same as core java?
What are basic data types?
Explain the use of shift operator in java. Can you give some examples?
Is a string literal?
Why is multithreading important?
Why is java logo a cup of coffee?
what is meant by abstract class?
What are parsers? Dom vs sax parser.
What is hash table in java?
What does system out println () do?
What is an i/o filter?
How is tree Mirroring implemented?
How many days will it take to learn java?
Why isn’t there operator overloading?
What does void * mean?