yuvaraj yuvan wrote:in what manner the objects stored and retrieved by java? How can i retrieve an object from the database? with mehtods like getObject and getBlob?
thanks
See the Serialization tutorial. You get a binary stream and then unserialize it into an Object.