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  11 to 20 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
In the below example when we synchronize on lock1 and lock2, does it acquire lock on all the objects...
Thu 04/23/09
08:07:25AM
 
0
Thu 04/23/09
08:07:25AM
406
 
 
a. Scrollable is an interface. b. Writable is an interface. c. TextScreen is an abstract class. d...
Wed 09/19/07
03:31:20AM
 
1
Wed 09/19/07
02:50:17AM
369
 
 
Which one of the following requirements must a class meet in order to be written to a stream using O...
Wed 09/19/07
09:46:03AM
 
2
Wed 09/19/07
02:51:28AM
348
 
 
Hi Friends, I want to know how serialization works. I i try to see Serializable interface its empty....
Wed 03/28/07
10:54:50PM
 
3
Tue 01/30/07
01:53:22AM
279
 
 
I have some base class for exception in my system - BaseException. After any failer in system I seri...
Tue 07/05/05
12:12:58PM
 
2
Wed 06/22/05
05:00:40AM
205
 
 
 
what is the use extenralizable and how it is used? explain with example?
Tue 05/23/06
01:06:44AM
 
1
Wed 04/26/06
12:25:15AM
163
 
 
Is there a way to include the class code in a serialized object so that it can be deserialized witho...
Fri 03/16/01
07:00:09AM
 
2
Tue 01/09/01
05:11:48PM
148
 
 
Hello, I've just taken a look at the RMI tutorial, to be found at http://java.sun.com/docs/books/tu...
Mon 05/02/05
04:25:41AM
 
1
Tue 04/19/05
02:59:40AM
139
 
 
Why not serializable is named as Persistable? Is there any difference between them?
Sat 01/27/07
11:07:30AM
 
1
Thu 01/25/07
05:12:53AM
135
 
 
Is there a report API in Java or if there isn't how can one create Java classes that generate repor...
Tue 09/27/05
09:22:48AM
 
1
Tue 09/27/05
07:44:52AM
132
 
 
 
Results  11 to 20 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact