How can a java objects be stored in database?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is namedparameterjdbctemplate?

506


How do I insert an image file (or other raw data) into a database?

531


What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?

499


What is in term of jdbc a datasource?

482


Give a way to check that all result sets have bin accessed and update counts are generated by execute method.

484






How do I stop nullpointerexception?

516


How to insert and delete a row programmatically? (new feature in JDBC 2.0)

535


Is jdbc open source?

460


Explain the locking system in jdbc?

547


What is JDBC PreparedStatement?

531


What happens if we don't close the connection in jdbc?

489


If you are truncated using JDBC, how can you that how much data is truncated?

590


How to make updates to updatable result sets in jdbc?

496


How do I find whether a parameter exists in the request object?

499


What is database deadlock ?

541