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  71 to 80 of 436  « Prev 1... 3 4 5 6 7 8 9 10 11 12 ... 44 Next » 
 
If I declare a class as serialized, where should I store it in tomcat such that an applet and a serv...
Mon 02/14/05
05:12:32AM
 
0
Mon 02/14/05
05:12:32AM
107
 
 
HI, I have very strange Q.N Need someones help soon. Before calling remote's method, i m getting exa...
Tue 06/28/05
03:45:06AM
 
1
Tue 06/28/05
02:57:06AM
107
 
 
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 we make static variables Serializabe?If not how to make them Serializable? Thanks in advance. ...
Fri 12/16/05
04:19:09AM
 
4
Fri 10/07/05
08:56:43AM
106
 
 
Hi All, I am using HashMap for return type of certain methods in EJB.But I realize that I can achiv...
Mon 09/20/04
12:07:59AM
 
1
Thu 07/08/04
09:06:12PM
106
 
 
 
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 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
105
 
 
hai all, i faced lot of interviews this question.. what is the JVM size?
Mon 05/08/06
08:39:18AM
 
1
Mon 05/08/06
08:34:56AM
105
 
 
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
 
 
 
Results  71 to 80 of 436  « Prev 1... 3 4 5 6 7 8 9 10 11 12 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact