How can a java objects be stored in database?
Answers were Sorted based on User's Feedback
Answer / dinesh
Java object get serilized by Implenting Serilizable
INterface then
Java objects stores through JDBC connection or Datasource
to Database.By using SQL query or HQL using Hibernate.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajj
jav objects implements serializable or externalizable
interfaces.
ByteStreams are used to store the objects..
setOjects(), setBlob(),and setClob() methods are used.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is JDBC PreparedStatement?
How data can be inserted into long row column of database?
Which database is used for java?
How do I find jdbc version?
I have written a program to connect to database using odbc.Can this Application run on any Platform????
Why do I have to reaccess the database for Array, Blob, and Clob data?
I have getting problem to calling stored procedure from Mysql through JSP. Please help me.
Which interface is responsible for transaction management in jdbc?
What is JDBC Transaction Management and why do we need it?
How to create Connection interface object because it is Interface , Interface is not instansiated?
What is while rs next ())?
What is jdbc connection class?