Give me some example for getting connection from connection
pooling in JBoss Server. Is Connection Pool default in
Server or we have to create it? Who can create Connection
Pool in a Team. How it will be accessed by the developer
code?
Explain the difference between rowset vs. Resultset in jdbc?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
How can you make a connection?
How can we disable a constraint ?
What is type 4 jdbc driver?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 Answers Bosch, HireCraft, Infosys,
What is the different between ResultSet and RowSet?
What are different types of ResultSet?
What is the purpose of jdbc?
What are the benefits of PreparedStatement over Statement?
What are the common tasks of JDBC?