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 java’s garbage collected heap?
What is the meaning of variables in research?
Are there structures in java?
How many classes can any class inherit java?
What is a parameter in java?
Why java is a platform independent? Explain
Explain jdk, jre and jvm?
What is the difference between length and size in java?
What does string mean in java?
Can you access the private method from outside the class?
What are the main uses of java?
Can list be null in java?
Can It is possible to synchronize the constructor of a Java Class?
why Interface used?
Explain the difference between extends thread vs implements runnable in java?