Answer Posted / shankar
int columnCnt = java.sql.ResultSetMetaData.getColumnCount();
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the use of jdbc api?
What packages are used by jdbc?
How can we execute stored procedures?
How can we maintain the integrity of a database by using jdbc?
Does jdbctemplate close connection?
What is sqlwarning and discuss the procedure of retrieving warnings?
What are jdbc?
What are the higher level apis under development on top of jdbc currently?
What are the common jdbc exceptions?
What are collection pools?
Explain jdbc savepoint?
What are the different types of locking in JDBC?
Is jdbc a web technology?
What is jdbc thin client?
What is the reason why we need a jdbcrowset like the wrapper around resultset?