What is waiting state? In what ways a thread can enter into
waiting state?
Answers were Sorted based on User's Feedback
Answer / sandya
In 3 ways:
1.A Thread can enter the waiting state by invoking it's
sleep() method
2.By blocking on i/o by unsuccessfully attempting to
acquire an object's lock or by invoking an object's wait()
method.
3.It can also enter the waiting state by invoking it's
suspend() method.
| Is This Answer Correct ? | 27 Yes | 2 No |
Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?
5 Answers HCL, Mobillo Venture,
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is private static final long serialVersionUID = 1L;
Name three subclasses of the component class?
Define the remote interface?
What is the difference between Super and This Keyword?
Which are the different segments of memory?
Wt is the main difference between Java and Java J2EE and Advanced java?
Explain the advantages and disadvantages of detached objects.
a US company has filed my H1B visa ,, and i got selected in random number process.I wanna ask Could they ask regarding my languages(java,c++) or there will b just general questions?? And wat kind of questions will they ask in embassy interview??
What are the thread-to-thread communcation?
Explain phantom read?