ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
 Categories  >>  Software  >>  Java J2EE  >>  Java Related  >>  JDBC       
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
What is an outer join? Infogain  2  1222
What is a Connection?  1  839
what are the advantages of JDBC?  4  1847
What is JDBC?  2  955
What type of drivers have you used?  1  720
What does Class.forName return? IBM  6  3193
When you will get error like ?No suitable driver??  1  845
What type of drivers are used for web application?  2  1079
What are the different types of statements?  2  2512
What are the different types of modifiers?  1  1374
What are the different types of 2 tier and 3 tier architecture ?  2  2160
What are the common JDBC problems that you got and how do you solved them?  0  145
What are the Normalization Rules?  2  1300
What are the Isolation level in JDBC transaction?  1  1239
What are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver? IBM  4  1902
E-Mail New Answers        Answer Selected Questions        Post New JDBC Question
 
Prev    1   2   3   4   5   6    [7]   8   9   10   11    Next
 
 
 Core Java interview questions   Core Java Interview Questions  Advanced Java interview questions   Advanced Java Interview Questions  Swing interview questions   Swing Interview Questions
 EJB interview questions   EJB Interview Questions  Servlets interview questions   Servlets Interview Questions  Struts interview questions   Struts Interview Questions
 JDBC interview questions   JDBC Interview Questions  JMS interview questions   JMS Interview Questions  SunOne interview questions   SunOne Interview Questions
 J2EE interview questions   J2EE Interview Questions  Weblogic interview questions   Weblogic Interview Questions  Websphere interview questions   Websphere Interview Questions
 Java Networking interview questions   Java Networking Interview Questions  Java J2EE AllOther interview questions   Java J2EE AllOther Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge? 235  
Explain how data flows from view to db and reverse 176 Bosch
What is Normalization? 136  
How MS-Access DB can be accessed over a network, using JDBC API? 281  
How data can be inserted into long row column of database? 214  
Under what circumstances, that all four drivers are used? 201 TCS
please tell me the name and url path for type-4 driver ? 24  
What are the conditions applies to varchar variable, when using in procedures? 146  
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"); } } } 5  
all Java qts are imp ? 40 eBay
What is database null and Java null? 207  
Does the JDBC-ODBC Bridge work with Microsoft J++? 254  
What is isolation level? How to set it? 179  
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements) 393  
What is correlated subquery? 226 emc2
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge? 561  
How to know howmuch data is truncated? 109 Mastek
How vendor Naming registry supports JNDI? 245  
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? 4 TCS
How to check null value in JDBC? 304  
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com