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 |
how do we get the connection from connection pool
What is jdbc and explain jdbc architecture?
How can I get or redirect the log used by DriverManager and JDBC drivers?
Give an example for getXXX method?
What are the different types of 2 tier and 3 tier architecture ?
What is the return type of class.forname() method?
How can I write to the log used by DriverManager and JDBC drivers?
Does jdbc require oracle client?
callable is interface or class ?
What are the standard isolation levels defined by JDBC?
Name the new features added in jdbc 4.0.
What are the basic exceptions in jdbc?