Explain the advantages and disadvantages of detached objects.
No Answer is Posted For this Question
Be the First to Post Answer
What are the benefits of detached objects?
Explain the different types of memory used by jvm?
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!
What class is used to create Server side object ?
Is the session factory thread safe?
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?
Thread life cycle?
What modifiers may be used with an inner class that is a member of an outer class?
What is the purpose of the notifyall() method?
Difference between DurableSubscription and non- DurableSubscription?
In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work
Will the general public have access to the infobus apis?