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 is the declaration statement?
What does a void function return?
explain the difference between jdk and jvm?
Can a static class implement an interface?
What is the difference between length and size in java?
How java uses the string and stringbuffer classes?
State one difference between a template class and class template.
What is substring in java?
does java support pointers?
Why pointers are not used in java?
How to find the largest value from the given array.
Difference between ‘>>’ and ‘>>>’ operators in java?
Describe the Big-O Notation.
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
Why are getters and setters used?