Serialization

Serialization allows you to create a JVM-independent binary representation of an in-memory Java object. This external representation may be used to transfer or store the object and to recreate it in another JVM.  

Serialization allows you to create a JVM-independent binary representation of an in-memory Java object. This external representation may be used to transfer or store the object and to recreate it in another JVM.   <<Less

Latest Announcements
Welcome to the new jGuru Forums!
We've updated the jGuru Forum platform to make our forums easier to use and navigate, as well as to ... ...Read More
SUBSCRIBE       NEW TOPIC
Results  1 to 10 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
lease i need help regarding this matter suppose that your having an applet that implements writeob...
Sat 02/12/05
06:42:42PM
 
1
Sat 02/12/05
04:56:24PM
41
 
 
It is written in documentation that if writeObject and readObject methods are there they must have...
Thu 03/31/05
08:56:06PM
 
1
Tue 03/29/05
05:33:12AM
107
 
 
Can any one tell me the need of serialization? Thanks in Advance.
Mon 02/27/06
02:14:25PM
 
2
Mon 02/27/06
06:39:09AM
44
 
 
hi!! can anyone tell me what is the actual need of marker interfaces? specially in details abt seria...
Wed 04/20/05
12:00:03AM
 
1
Tue 04/19/05
10:04:43PM
129
 
 
I am stumped, hope someone can help out. I have an applet talking to a servlet using some options...
Wed 06/25/03
04:04:24AM
 
1
Wed 06/25/03
03:23:32AM
42
 
 
 
if i have a class which extends Serializable , and i want this class object to be accessed by both ...
Sun 09/12/04
02:38:54AM
 
0
Sun 09/12/04
02:38:54AM
54
 
 
when we were using a wrapper class?exp with realtime senario
Fri 05/30/08
02:54:07AM
 
0
Fri 05/30/08
02:54:07AM
39
 
 
what"s the necessary an implement interface the class must be declared abstract?exaple with realtime...
Fri 05/30/08
02:44:56AM
 
0
Fri 05/30/08
02:44:56AM
42
 
 
what is the purpose of marker or tagged interface eventhoug there is methods to implement(like seria...
Fri 06/01/07
12:35:48PM
 
1
Wed 03/28/07
10:50:50PM
121
 
 
class car implements Serializable { } class ford extends car { } If u attempt to serialize an instan...
Fri 01/06/06
07:13:08PM
 
1
Fri 01/06/06
02:39:06PM
103
 
 
 
Results  1 to 10 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact