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
What is odbc and jdbc drivers?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Which database is used with java?
Why isn't the java.sql.DriverManager class being found?
Why should we close database connections in java?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
Which interface is responsible for transaction management in jdbc?
What are the ddl statements?
How can you load the drivers?
What are the main steps in java to make JDBC connectivity?
What are the new features added to JDBC 4.0?
Name different methods for getting streams.
Why is jdbc needed?
What is savepoint in jdbc?