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.



Discussion

No Comment Found