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
How many types of voids are there?
How many types of design patterns are there?
Can you explain the private protected field modifier?
What is an off by one error in java?
Is java jre still free?
Is java se free?
Why declare Main() inside the class in java ?
How do you override a variable in java?
What does s mean in regex?
How many java versions are there?
What do you mean by local class?
How to invoke external process in java.
Explain all java features with real time examples
Explain different types of thread priorities ?
When can we say that threads are not lightweight process in java?