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 classes are there in java?
What is the lifetime and scope of a variable?
Can we sort arraylist in java?
Why is string class considered immutable?
Can I learn java without any programming experience?
What do you mean Abstraction in java?
What is difference between variable declaration and definition?
What do you mean by local class?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Name four container classes.
Explain about the dynamic behavior of core java?
Can arraylist contain null values?
What are synchronized methods ?
What is the difference between stream and buffer?