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 sqlwarning and discuss the procedure of retrieving warnings?

753


What is the feature of jdbc v4?

720


How do you insert images into database using jdbc?

815


What are the different types of statements in jdbc?

695


What is jdbc drivers in java?

673


What port does jdbc use?

722


Which is faster jdbc or odbc?

693


Explain what should be done when a SQL exception is raised?

751


How can we execute stored procedures?

759


How can we store and retrieve images from the database?

733


Differentiate between stored procedure and functions?

826


What does the jdbc resultsetmetadata interface?

734


How do I stop nullpointerexception?

707


What are the differences between statement and preparedstatement interface?

748


What are JDBC Best Practices?

806