InterviewSolution
Saved Bookmarks
| 1. |
Which Interface A Java Data Object Should Implement So That It Can Be Transferred Over The Wire In Gwt Rpc? |
|
Answer» A JAVA DATA object should IMPLEMENT isSerializable INTERFACE so that it can be transferred over the wire in GWT RPC. A java data object should implement isSerializable interface so that it can be transferred over the wire in GWT RPC. |
|