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  301 to 310 of 436  « Prev 1... 26 27 28 29 30 31 32 33 34 35 ... 44 Next » 
 
Hi all, with the same code that you can find at the end, I have been able to send String, Date, .....
Wed 02/27/02
06:40:27AM
 
0
Wed 02/27/02
06:40:27AM
31
 
 
I am trying to write a binary data file to a java space so a worker can then take it. What is the e...
Fri 02/22/02
08:13:05AM
 
0
Fri 02/22/02
08:13:05AM
31
 
 
What happens when a java application is shut down while in middle of serialising an object?Will it h...
Wed 02/20/02
05:58:10AM
 
1
Wed 02/20/02
04:51:08AM
40
 
 
Hi all, I want to create Blob objects. How can i do that ? Must I implement the java.sql.blob interf...
Wed 02/20/02
01:18:34AM
 
1
Tue 02/19/02
01:14:08AM
32
 
 
I have the following code: Object myObject = Class.forName("package.MyClass").newInstance(); an...
Tue 02/19/02
08:17:00AM
 
2
Wed 02/13/02
03:23:51AM
40
 
 
 
Hi, I have developed an application that can communicate with a wireless modem via a COM Port, prov...
Mon 02/18/02
01:16:14AM
 
0
Mon 02/18/02
01:16:14AM
27
 
 
HI, I have write a socket client-server, that a client will transfer an object to server, then the s...
Fri 02/15/02
08:35:22AM
 
0
Fri 02/15/02
08:35:22AM
37
 
 
Please answer this also Sample Code import java.io.*; class C1 implements Serializable { C2...
Thu 02/14/02
11:47:37PM
 
0
Thu 02/14/02
11:47:37PM
28
 
 
Anybody please help me out with the answer for this question. I am giving u the choices also....
Thu 02/14/02
11:43:56PM
 
0
Thu 02/14/02
11:43:56PM
36
 
 
i have several class which extends Externalizible , when i use to get these objects via j2ee applica...
Fri 02/08/02
10:38:40PM
 
0
Fri 02/08/02
10:38:40PM
40
 
 
 
Results  301 to 310 of 436  « Prev 1... 26 27 28 29 30 31 32 33 34 35 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact