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       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Java J2EE  >>  Java Related  >>  EJB
 
 


 

 
 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
Question
Driver manager is a class/interface.
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Driver manager is a class/interface.
Answer
# 1
The JDBC  DriverManager is a clas....It loads the JDBC 
driver needed to access a particular data source, locates 
and logs on to the database and returns a Connection 
object.
 
Is This Answer Correct ?    3 Yes 0 No
Eswar
 
  Re: Driver manager is a class/interface.
Answer
# 2
in JDBC except DriverManager ang SQLException remaaining 
all are interfaces.
 
Is This Answer Correct ?    1 Yes 1 No
Bvk
 
 
 
  Re: Driver manager is a class/interface.
Answer
# 3
DriverManager is a Class as part of javax.sql.*; package.The
purpose of DriverManager is to register the JDBC Driver and
to get the Connection Object
--->DriverManager.registerDriver(new
Oracle.jdbc.driver.OracleDriver());
--->Connection
con=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe","scott","tiger");
 
Is This Answer Correct ?    0 Yes 0 No
Amarajagan
 
  Re: Driver manager is a class/interface.
Answer
# 4
DriverManager is a class that present in java.sql package
which is used to connect the our application with database.
that is DriverManager containing getConnection() method 
that return Connection object
 
Is This Answer Correct ?    0 Yes 0 No
Tamilvanan
 
  Re: Driver manager is a class/interface.
Answer
# 5
DriverManager is a class. By using the static method
(registerDriver) of this class you can register the 
different venders JDBC drivers. Also by using getConncetion 
method you can connect to the database which is registered, 
it returns the object ref of Connection interface.
 
Is This Answer Correct ?    3 Yes 0 No
Panku
 

 
 
 
Other EJB Interview Questions
 
  Question Asked @ Answers
 
can we have static initializer blocks in EJB? Reliance1
what s the difference b/w EJB 2.0 and EJB 3.0 technically Mind-Tree1
What is Entity Bean and Session Bean? KPIT1
Difference between javaBeans and Enterprise JavaBeans? Tech-Mahindra1
Explain the Sotware Architechture of EJB? Wipro1
What are the required methods to implement EJB architecture?  2
what is the Control flow of an Entity?  1
How to determine two identical beans?  1
Can a client interact with an JavaBean directly? Explain?  1
what is ejb Tech-Mahindra2
what is current EJB version?  2
What are the design goals of EJB architecture?  1
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean? Infosys2
In what way, the client gets a reference to an existing entity bean?  1
EJB containers supports what kind of transaction attributes?  1
abstract methods in SessionBean?  1
What is meant by manifest files ?  1
What does a deployment diagram specify?  1
what is SessionBean, EntityBean?  1
what are main features in EJB?  2
 
For more EJB Interview Questions Click Here 
 
 
 
 
 
   
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