Answer Posted / sukale shobha balshiram
int a=0;
while(a+1)
{
System.out.println(a);
}
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is difference between final and finally in java?
What is a protected class in java?
Can we define static methods inside interface?
In case of inheritance what is the execution order of constructor and destructor?
Why is java not 100% pure oops?
What are runtime exceptions?
Is null or empty java?
Explain method overloading?
What is the char data type?
What are the steps in the jdbc connection?
Is sizeof a preprocessor?
What is the difference between superclass and subclass?
How do singleton patterns work?
What are the different types of inner classes?
How to handle a web browser resize operation?