Answer Posted / ranganathkini
The start() method of the java.lang.Thread invokes the run()
method
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is in-memory replication?
What are the different types of exception?
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
How can I avoid validating a form before data is entered?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Describe, in general, how java's garbage collector works?
Explain phantom read?
Name three component subclasses that support painting?
What is permgen or permanent generation?
What class is used to create Server side object ?
Which textcomponent method is used to set a textcomponent to the read-only state?
What is the purpose of the notify() method?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is JTS?
What is the purpose of the notifyall() method?