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
Explain numeric promotion?
Can private method static?
Can this keyword be used to refer static members?
What is null data type?
Write a program to check for a prime number in java?
Explain how hashmap works?
What is final keyword in java? Give an example.
Can a class be a super class and a sub-class at the same time? Give example.
How do I stop concurrentmodificationexception?
Which access specifier can be used with class ?
Is it possible for a yielded thread to get chance for its execution again?
What is object english?
Which class represents the socket that both the client and server use to communicate with each other?
How will you reverse a singly-link list?
Difference between string s= new string (); and string s = "abv";?