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 25133What is the difference between Test Management tools and Defect Management tools? What are the most widely used Test Management tools?
2 22286wt is diference between int and int pointer as same as float and float pointer and char and char pointer
8 13511Post New CTS Interview Questions
List the steps involved in authenticating as well as authorizing any user/client?
How you create new action in qtp?
What's the difference between an integer and int?
What do you mean by Databound Controls Explain?
What is the benefit of lambda expressions?
How do I open markup files in windows?
Do you have the qualities and skills necessary to succeed in your career at Nestle?
What are the 3 types of ai?
What is jsp and its architecture?
i had taken one year gap in completing my graduation bcom should it be considered as backlogs i dont have any kt or anything else i have passed all exam in one trial
What does stack top do?
Explain file formats for file layout?
Which is the best disinfectant used in serology?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is gutter in ms word?