When a thread terminates its processing, it enters into
what state?
Post New Answer View All Answers
What is the difference between the ‘font’ and ‘fontmetrics’ class?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is RMI and what are the services in RMI?
which book is better for jdbc ,servlets and jsp
Explain about thread synchronization inside a monitor?
Are we allowed to change the transaction isolation property in middle of a transaction?
Why a client should be multithreading? Explain.
Why is string immutable in java?
Are there books about seam?
What is the form of storage space in java?
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 do you Handle Front End Application data against DB with example?
How to deploy Jar, War files in J2EE?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What restrictions are placed on the values of each case of a switch statement?