New JDBC Interview Questions :: ALLInterview.com http://www.allinterview.com New JDBC Interview Questions en-us How we store procedure in oralce for callable statements in jdbc http://www.allinterview.com/showanswers/101344.html please tell me the name and url path for type-4 driver ? http://www.allinterview.com/showanswers/100355.html I have written a program to connect to database using odbc.Can this http://www.allinterview.com/showanswers/99866.html The most important thing in these products is that JaySQL can run on other platforms besides Windows, including Linux, Sun Solaris and Apple Mac. JaySQL is a 100% pure Java solution and therefore, can run on any Java compatible platforms. Hi friends, In JDBC 4 drivers are there among this which driver is http://www.allinterview.com/showanswers/96820.html alljava because it's have capability work with any data base and cliet did not requeried to install any software. all Java qts are imp ? http://www.allinterview.com/showanswers/96185.html While in CallableStatament using in the oracle my procedure is retur http://www.allinterview.com/showanswers/93750.html how can we get the metaData (columnNames) from a table which has no R http://www.allinterview.com/showanswers/92829.html Hi, You can use DatabasrMetaData class to get the databse information like... schenmaname, tables, columnnames, etc.... DatabaseMetaData metaData = new DBConnection().getMetaData (); Is JDBC a language or Application? http://www.allinterview.com/showanswers/92529.html jdbc is an application write a query to select name from one table which has id,name and sa http://www.allinterview.com/showanswers/90222.html Select emp.name, emp.id, sal.salary from empDetai emp, empSal sal where emp.id= (select innnerEmp.id from (select innerEmpSal.id, innerEmpSal.sal from empSal order innerEmpSal.salary desc ) where rowid=2; ) And em how to prevent finally block from execution http://www.allinterview.com/showanswers/90221.html System.exit(0) prevents execution of finally block how do we get the connection from connection pool http://www.allinterview.com/showanswers/89720.html import java.io.*; import java.sql.*; inport javax.sql.*; import javax,servlet.http.*; public class connection extends HttpServlet { public void service(HttpServletRequest req,HttpServletResponse res)throws ServletException,IOException { C code to insert values/rows into oracle database from a java swing tex http://www.allinterview.com/showanswers/84464.html how to use CallableStatement? specially how to use their index given http://www.allinterview.com/showanswers/81142.html CallableStatement object is used to call the stored procedure and stored procedure is nothing but it's block of code and it's identified unique name ex CallableStatement cs=con.prepareCall(); cs.executeUpdate(Call"{procedure n what is the current version of JDBC? and explain its features? http://www.allinterview.com/showanswers/79209.html JDBC 4.0, Some of the new set of features which come along with Mustang is JDBC 4.0 are: No need for Class.forName("DriverName") Changes in Connection and Statement Interface Better Pools Using ResultSet Becomes More Flexi Hi........I need to create a dropdown box using java.....this box sho http://www.allinterview.com/showanswers/78214.html That is very basic question when one new face comes into development side... we have <select> tag in jsp and it's <option> tag for no of options. steps 1.get all string data in array or arraylist or any iterator from data b