Answer Posted / dibyendu jenamani
Every java object has got one lock. Thread uses this lock to execute. If two or more thread waiting for the lock to be released by other one then deadlock happens.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What if the static modifier is removed from the signature of the main method?
What is ioc concept?
What is the infobus?
Why does the option tag render selected=selected instead of just selected?
Explain how will the struts know which action class to call when you submit a form?
what is a portable component?
What is jboss?
Difference between hashmap and hashtable?
What is synchronization and why is it important?
Name the class that is used to bind the server object with RMI Registry?
Why doesn’t the focus feature on the tag work in every circumstance?
What is meant by method chaining?
How will you pass parameters in RMI? Why do you serialize?
Explain RMI Architecture?
What are the design considerations while making a choice between using interface and abstract class?