How do I disallow NULL values in a table?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is jdbc servlet?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
Does jdbc use odbc?
How can you load the drivers in jdbc?
What do you mean by metadata and why we are using it?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is java soft framework?
Explain the different ways to register a driver?
why are using type4 driver in realtime projects?
Is java a database?
What are the benefits of PreparedStatement over Statement?