Answer Posted / nitin
int a=5;
while(a)
{
System.out.println(a);
}
or
while(true)
{
System.out.println("true");
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is list ordered in java?
Is null false in java?
Can we clone singleton object in java?
What is abstract class constructor called?
Similarity and difference between static block and static method ?
What is singleton class in java and how can we make a class singleton?
What is a generic data type?
Can a constructor have different name than a class name in java?
why java does not support unsigned keyword?
Define locale.
Difference between serialization and deserialization in java?
What is a variable and constant?
Where local and global variables are stored?
Java openings 3 - 5 years, Lnt Infotech. requirements - core java, J2ee, struts, hibernate Interview Date:- 19 March 2011 Time:- 9:00 AM to 12:00 Pm Interview Location - L & T Infotech, Manapakkam, Chennai Refererral PS NO:- 291649 (Please mention this when u fill the form only then u will be considered for interview) Documents Required:- Latest Resume, Photograph and last 3 payslips Mail me on vasan2211@gmail.com once u appear for interview
Explain inner classes ?