Thread: Java Contest-33
View Single Post
Old 01-07-06, 11:55 PM   #6 (permalink)
gopipuram
Junior Member
 
Join Date: Jul 2006
Location: India
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3 gopipuram has disabled reputation
1.Serializable:
Thewriting the object in to streams of byte.This is can be used in RMI(Remote Method Innvocation).

It is an marker interface where this can be used in transferring one object to other over the network.

gopipuram is offline   Reply With Quote