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 resultsetmetadata?
What is jdbc connection interface?
how to retrieve sql exceptions
What is database connection pooling? Advantages of using a connection pool?
How to make updates to updatable result sets in jdbc?
callable is interface or class ?
How the information about db(database) can be retrieved?
what happens if connection is not closed?
What is java soft framework?
password, is stored in as plain text. What can I do to protect my passwords?
What is a Connection?
How does jdbc work?