Answer Posted / javachi
The Java application that runs on server side, it is like server side applet (serv let). which works on client-server architecture.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there any sort function in java?
What is the purpose of final keyword and when to use it?
What are the default and parameterized constructors?
What is the difference between compare and compareto in java?
How does class forname work in java?
What is an exception in java?
What is immutable class in java?
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
What will happen if static modifier is removed from the signature of the main method?
What do u mean by variable?
What do you understand by the bean persistent property?
Can a top level class be private or protected?
What are nested classes in java?
What is the static variable?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain