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 |
write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 Answers Bosch, HireCraft, Infosys,
What are the different types of lockings in jdbc?
Explain the locking system in jdbc & its types?
What are cursor attributes?
How many locking systems are there in jdbc?
What is the JDBC?
What are devices?
What is meant by dao?
What is a jdbc driver and how many jdbc drivers are available?
How can we retrieve data from the resultset?
Why are we using blob datatypes in jdbc?
What are the utilities of the callablestatement?