aspose file tools
The moose likes JDBC and the fly likes interview question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "interview question " Watch "interview question " New topic
Author

interview question

manish ahuja
Ranch Hand

Joined: Oct 23, 2003
Posts: 312
Hi All

This is one of the interview question. How can we store a java object inside a database.

Something like how we serialize a java object into a flat file

Bye
Manish
sarah Marsh
Ranch Hand

Joined: Mar 06, 2001
Posts: 282
Using Blob
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: interview question
 
Similar Threads
Pagination
Ways to create an object?
what is difference between interface and abstract class --- interview question
Math constructor
Difference between synchronizing a method and synchronizing a block of code in the method