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 the difference between a checked and an unchecked exception?
Can we force garbage collector to run ?
Why generics are used in java?
Can we override the overloaded method?
What is the vector class in java programming?
What do you mean by formatting?
What are parsing rules?
Does java trim remove newline?
What are alternatives to java serialization?
What is java basic concept?
Do you need to import math in java?
What is class forname?
What is the difference between dom and sax parser in java?
What type of language is java?
Explain constructors and types of constructors in java.