What state a thread enters, When it blocks on I/O?
Answers were Sorted based on User's Feedback
Answer / s.ramesh
When a Thread is Blocked, it will enter BLOCKED state
| Is This Answer Correct ? | 2 Yes | 0 No |
What is a modular application? What does module-relative mean?
Difference between hashmap and hashtable?
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?
What is the relation between the infobus and rmi?
Why is main purpose of XML?
what is the difference between System.out.println and out.println in java
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?
What is the difference between static and non-static with examples?
Why do I get a duplicate name error when loading a jar file?
Explain lazy activation?
Describe responsibilities of Activator?
How substring() method of string class create memory leaks?