What invokes a thread?s run() method?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
The start() method of the java.lang.Thread invokes the run()
method
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / vikaas
After a thread is started(using its start() method), the JVM
invokes the thread's run() method.
| Is This Answer Correct ? | 6 Yes | 0 No |
whats is mean by tiles in struts
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is scalable, portability in the view of J2EE?
What is MOM?
whats is stored procedure,joins
Name the method to find, if a thread is active or not?
Tell me about Firewalls in RMI?
what is diff between Access modifier and specifier?
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...
how team leaders assign work for the team member like through papers,word document
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?