Dear All the interface is like set of functions...

Again to be very simple

If we have a interface called WALKING

then all the animals which can walk should implement this interface..

It is basically a set of commmon functions...

like ex: "runnable" interface is used by all the classes that use
threads..

serialization is the process of converting an object into a
sequence of bits so that it can be stored on a storage medium
(such as a file, or a memory buffer) or transmitted across a
network connection link.

So the classes which write intro file should implement serializable
interface.
though the interface serializable doesn't have any methods it can be
used for
making the object serializable

Regards
Sudhi


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to