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  81 to 90 of 436  « Prev 1... 4 5 6 7 8 9 10 11 12 13 ... 44 Next » 
 
Hi, The servlets in our application is invoking a RMI server to create a serializable object. This...
Tue 03/27/07
09:32:57PM
 
1
Mon 03/26/07
03:48:45AM
105
 
 
HI all! I have some sample code. FileOutputStream out=new FileOutputStream(femployee); //Ope...
Wed 08/24/05
10:05:53AM
 
1
Tue 08/23/05
06:49:03AM
105
 
 
While working on Applet-Servlet communication, I'm trying to send a Vector object from servlet to ap...
Fri 04/20/01
08:34:52PM
 
2
Tue 04/17/01
05:26:28AM
104
 
 
expain me about reading and writing file?what"s a real time senario?with Example
Fri 05/30/08
02:41:46AM
 
0
Fri 05/30/08
02:41:46AM
104
 
 
what is serialization & its uses?
Tue 09/05/06
02:24:45AM
 
1
Tue 09/05/06
12:10:40AM
104
 
 
 
Is there any way to access objects written to a file randomly. Serialization basically needs accessi...
Tue 07/19/05
01:56:23AM
 
1
Mon 07/18/05
01:05:19AM
103
 
 
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
 
 
I am using a ObjectOutputStream to serialize and send an object over a socket connection. When attem...
Tue 04/17/01
01:04:53PM
 
0
Tue 04/17/01
01:04:53PM
103
 
 
I have to store a hashtable as BLOB in Oracle8i database, for which I need to convert the hashTable ...
Sat 04/28/01
01:57:49PM
 
1
Sat 04/28/01
02:28:38AM
103
 
 
Using ObjectOutputStream , how can I use writeObject() to write the same object twice, so on the ...
Fri 03/17/00
07:52:18AM
 
0
Fri 03/17/00
07:52:18AM
102
 
 
 
Results  81 to 90 of 436  « Prev 1... 4 5 6 7 8 9 10 11 12 13 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact