when we applied start()method on a thread ,how does it know
that to execute run()method on that object?
Answer Posted / suma
When start method is called , JVM calls run method of this
object
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
difference between ejb,struts,hibernate,spring and jsp
Which are the different segments of memory?
Why a client should be multithreading? Explain.
What is the difference between long.class and long.type?
Why use POJO when I can use hashmap
How can I avoid validating a form before data is entered?
which type of objects reference will be given to client?
Can I use multiple html form elements with the same name?
What is a session? Can you share a session object between different theads?
what is meant by JRMP?
What is the relationship between the canvas class and the graphics class?
How will you pass parameters in RMI? Why do you serialize?
What is a class loader?
What is ioc concept & explain it?
What modifiers may be used with an inner class that is a member of an outer class?