Horje
why to use serializable with java bean Code Example
why to use serializable with java bean
/*
One good reason, with respect to servlets, is that if you put 
serializable beans into your web server session, your web server can 
serialize them to disk if it's shutting down, and then deserialize them 
back into memory when it starts up. In this way, users wouldn't lose 
their sessions / logins when the server comes back up.
  
If there are any non-serializable beans in session, tomcat will fail to 
serialize sessions to disk.
I believe it's also necessary if you want to sync sessions between 
multiple servers in a cluster.
*/




Java

Related
split string to textview in android Code Example split string to textview in android Code Example
como detener un void java Code Example como detener un void java Code Example
java optional parameters Code Example java optional parameters Code Example
when we say x language is object oriented programming language what do we mean by that Code Example when we say x language is object oriented programming language what do we mean by that Code Example
labelled for loop in java Code Example labelled for loop in java Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8