How can I test 开发者_开发技巧if my reference to an remote object is still alive?
Call any method on the object. A RemoteException will be thrown if the object is not alive.
How can I test 开发者_开发技巧if my reference to an remote object is still alive?
Call any method on the object. A RemoteException will be thrown if the object is not alive.
精彩评论