What is the benefit of having jdbcrowset implementation?



What is the benefit of having jdbcrowset implementation?..

Answer / Pradeep Kumar Dubey

JDBC RowSet Interfaces provide a way to work with relational data outside of JDBC connections. They are disconnected and can be used offline, making it easier for the client to interact with data without the need to maintain an active connection with the database server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What does the jdbc driver interface do?

1 Answers  


What is the function of drivermanager class?

1 Answers  


What is the return type of execute, executequery and executeupdate?

1 Answers  


what happens if connection is not closed?

7 Answers   CTS,


any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.

1 Answers  


What are devices?

1 Answers  


Why did my jdbc code throw a rollback sqlexception?

1 Answers  


What does adapter class provide?

1 Answers  


What is an odbc driver?

1 Answers  


What is JDBC Batch Processing and what are it’s benefits?

1 Answers  


If I use the JDBC API, do I have to use ODBC underneath?

1 Answers  


What is jdbc and odbc?

1 Answers  


Categories