What are the pros and cons of detached objects?
No Answer is Posted For this Question
Be the First to Post Answer
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!
Can I run seam outside of jboss as?
What class is used to create Server side object ?
What is threadfactory?
Name the method to find, if a thread is active or not?
How to implement RMI in Java?
What is a tasks priority and how is it used in scheduling?
is servlet,struts are threadsafe or not.please telme correct answer
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?
How do you iterate in Hashmap?
what is stringBuffer and StringBuilder?
what is a Daemon Thread?