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 » 
 
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
 
 
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
 
 
Hi, I am trying to pass a bean to a Session EJB but I am getting a runtime error "java.io.NotSerial...
Mon 02/13/06
03:20:14PM
 
1
Mon 02/13/06
11:44:31AM
104
 
 
Hi, is it possible to declare a variable as Object obj=100; or Socket s = 100; as w...
Fri 09/22/06
02:32:09AM
 
1
Fri 09/22/06
12:20:19AM
104
 
 
Hi all, I am not understanding Serialization.When we say Serialization of objects,we mean writ...
Fri 12/16/05
03:47:34AM
 
1
Fri 12/16/05
12:41:12AM
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
 
 
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
104
 
 
Does the expresion Long oldLong = new Long(x); Long newLong = new Long(oldLong.longValue()); ...
Wed 02/09/05
09:05:04AM
 
0
Wed 02/09/05
09:05:04AM
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
 
 
 
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