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 dburl?
What are the main steps in java to make JDBC connectivity?
Is jpa faster than jdbc?
How we store procedure in oralce for callable statements in jdbc
What is the difference between client and server database cursors?
What is jndi lookup?
What is jdbc and jpa?
What are the advantages of using jdbc datasource?
What are the jdbc api components?
What is connection pooling and why it is used?
Compare jdbc and odbc and how is jdbc required in this context.
what is call level interface?