What is deadlock?
Answers were Sorted based on User's Feedback
Answer / harish
Causes for Deadlock: Mutual Exclusive, Hold and Wait, No
Pre-emption, Circular Wait.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
What modifiers may be used with an interface declaration?
1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is the difference between java class and bean?
Which Taglibraury you used in your project? plz send me ans....which we r using generally
What is MOM?
what we can't do in jdbc but can do hibernate?
What is a session? Can you share a session object between different theads?
java is fully object oriented languages or not? why?
How JNDI is used in JMS ?
What are the JSP implicit objects ?
What value does readline() return when it has reached the end of a file?