Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

CTS JDBC Interview Questions
Questions Answers Views Company eMail

How to check null value in JDBC?

1 4341

What are statements in JAVA ?

1 3663

java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDr iver? I get this error at run time.I used oracle10G. I set CLASS PATH:C:\oraclexe\app\oracle\product\10.2.0 \server\jdbc\lib\ojdbc14.jar; I write JDBC PROGRAM like import java.sql.*; class Example { public static void main(String args[]) { try { Class.forName ("oracle.jdbc.driver.OracleDriver"); System.out.println("Driver Loaded"); Connection con=DriverManager.getConnection ("jdbc:oracle:thin:@localhost:1521:xe","system","salmas"); System.out.println("Driver Connected"); Statement st=con.createStatement(); ResultSet rs=st.executeQuery("select * from emp"); while(rs.next()) { System.out.println(rs.getInt(1)); System.out.println(rs.getString(2)); System.out.println(rs.getString(3)); } st.close(); con.close(); } catch(Exception e) { System.out.println(e); } finally { System.out.println("it's finally block executed"); } } }

6 22838

What will happen when ResultSet is not closed?

1 6233

how many JDBC drivers ?name them?

6 10506

what happens if connection is not closed?

7 22670

How to create Connection interface object because it is Interface , Interface is not instansiated?

9 16250

Post New CTS JDBC Interview Questions


CTS JDBC Interview Questions


Un-Answered Questions

What is the programs x86 folder?

588


When the get cursor command used in interactive lists?

577


what is JSON?

5


What is a process and thread?

1


What are the names of your technical round interviewers

697






What is protocol in objective-c?

1


How to perform the transport?

668


What is Distributed Training in TensorFlow ?

5


If you win a $10 million lottery, will you still work?

765


explian PIN photodiode and avalanche photodiode

1722


What is mandatory property of app.engine?

579


Explain why transgenics are considered a threat to the environmental safety?

32


How many types of recording modes in qtp? Describe each type with an example where we use them?

581


How do I drag margins in word?

309


What are action classes in struts?

493