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?
Which textcomponent method is used to set a textcomponent to the read-only state?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
What is daemon thread?
Difference between sleep and suspend?
What happens when a thread cannot acquire a lock on an object?
What is the relationship between the canvas class and the graphics class?
In a multitiered application which tier is the browser in?
For which statements does it make sense to use a label?
What is RRL?
How many times may an objects finalize() method be invoked by the garbage collector?
Thread life cycle?
What is synchronization?