jingboliu
Answered On : Sep 24th, 2007
1. Please make sure the java object is serializable
2. Serialize the java object into a file
3. Store the content of the file to relational database as Blob
Login to rate this answer.
koti
Answered On : Sep 9th, 2012
u store the object of a class in database. but database is meant for storing the values in the table format. for that reason only sun introduced JNDI for storing the object. by using this concept u can store the object in registry software. with that u can provide the global visibility also
Login to rate this answer.