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 |
Difference between servlet and applet method?
What protocol does jdbc use?
What is jdbc in dbms?
How many types of statements are there in jdbc?
What is JDBC?
3 Answers Akamai Technologies,
Why is odbc needed?
Explain the JDBC Architecture?
What is the return type of class.forname() method?
How to check null value in JDBC?
what is call level interface?
What is odbc and jdbc drivers?
Name different methods for getting streams.