Answer Posted / rajesh manem
join(),notify(),notifyAll()
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what are the activation groupworks?
To identify IDL language what mapping mechanism is used?
What state does a thread enter when it terminates its processing?
What is the immediate superclass of the applet class?
What is a tasks priority and how is it used in scheduling?
How database connectivity in XML is achieved?
How to deploy Jar, War files in J2EE?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
How would you detect a keypress in a jcombobox?
What is the purpose of the notifyall() method?
When is the best time to validate input?
How substring() method of string class create memory leaks?
Can I map more than one table in a cmp?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Which textcomponent method is used to set a textcomponent to the read-only state?