what are the java API classes that implement serializable interface?
aslika bahini
Ranch Hand
Joined: Mar 03, 2007
Posts: 111
posted
0
Hi,
Can any of you please let me know the Java API classes that implement serializable interface.
Thanks in advance Saritha
[ September 20, 2008: Message edited by: saritha babu ]
Mihai Fonoage
Ranch Hand
Joined: Feb 25, 2006
Posts: 39
posted
0
Hi,
A good way of finding this out is from the javadocs page of the Serializable interface, by switching from the Class view to the Use view (at the top of the page, select the "Use" option).
Mihai
Leonid Shchervinsky
Ranch Hand
Joined: Sep 07, 2006
Posts: 32
posted
0
> Object is not Serializable. > Any subclass of Serializable class is Serializable. >
The collection interfaces are not serializable, the concrete collection classes in the Java API are.
K&B 5 pg 456.
[ September 20, 2008: Message edited by: Leonid Shchervinsky ] [ September 21, 2008: Message edited by: Leonid Shchervinsky ]
Originally posted by Leonid Shchervinsky: I am quoting the book. Is there a better way?
In the screen where you entry your reply, you see a number of buttons at the bottom. One of those is the button. It adds quote tags to the text you enter. Put the text you want to quote between the tags. [ September 21, 2008: Message edited by: Jesper Young ]