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  351 to 360 of 436  « Prev 1... 31 32 33 34 35 36 37 38 39 40 ... 44 Next » 
 
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
 
 
If static members of the class r not serialize during serialization then how can we get them back du...
Thu 01/19/06
02:26:43AM
 
2
Fri 01/06/06
03:27:16PM
38
 
 
can i make an interface as static or final or both? if it is not why?
Wed 07/20/05
02:33:35PM
 
3
Fri 07/15/05
01:40:15AM
95
 
 
how to draw dynamic xy graph which getting input continously from other class
Sat 10/20/01
06:55:52AM
 
0
Sat 10/20/01
06:55:52AM
36
 
 
Sir i dont know in which catagory this question come. i think it is Serialization topic. how coul...
Fri 08/17/01
10:58:47PM
 
1
Fri 08/17/01
02:33:08PM
31
 
 
 
Let's say I have an Object obj, which I know will be a Comparable type, but I don't know exactly wha...
Wed 03/20/02
07:32:38AM
 
1
Sat 03/09/02
06:50:54AM
31
 
 
can we store the object of a class the session?If it is possible how can we access the methods and v...
Tue 04/05/05
05:18:10AM
 
0
Tue 04/05/05
05:18:10AM
121
 
 
I am creating an Array of object contains huge data and size, in my project. I am getting "Out Of M...
Thu 02/17/05
08:53:33PM
 
1
Tue 02/15/05
11:46:47PM
31
 
 
Hello. I need IC card serial number. How can I read IC card serial number? tell me. please...
Wed 09/19/01
02:29:26AM
 
1
Thu 09/13/01
12:52:42AM
33
 
 
Ive got this test class below: import java.util.Vector; import MisIO.*; public class Te...
Fri 01/18/02
04:00:00AM
 
0
Fri 01/18/02
04:00:00AM
30
 
 
 
Results  351 to 360 of 436  « Prev 1... 31 32 33 34 35 36 37 38 39 40 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact