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 are the benefits of PreparedStatement over Statement?
Does the JDBC-ODBC Bridge work with Microsoft J++?
How to check null value in JDBC?
Which Driver is preferable for using JDBC API in Applets?
What are jdbc and its components?
What is JDBC Savepoint? How to use it?
How many ways can you update a result set?
Which jdbc drivers will run your program?
What is a connection string used for?
What is isolation level? How to set it?
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
If you are truncated using JDBC, how can you that how much data is truncated?