Answer Posted / bhagya raju vallabhapuram
loads the class into jvm's memory with out creating the object
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can I run seam with jdk 1.4 and earlier?
What is TL and its use?
What is a session? Can you share a session object between different theads?
How can I avoid validating a form before data is entered?
whats is mean by connectionpooling
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What are callback interfaces?
How are the elements of a borderlayout organized?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What method is invoked to cause an object to begin executing as a separate thread?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
To what value is a variable of the string type automatically initialized?
What is the difference between the string and stringbuffer classes?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Is the ternary operator written x : y ? Z or x ? Y : z ?