Java Databse Connectivity
Description: JAVA Database Connectivity Test covers questions of database and how we can connect database with programming language | |
Number of Questions: 15 | |
Created by: Sharvani Hegde | |
Tags: Java database connectivity JAVA questions DB connectivity DB questions Server connectivity Java/Oracle /C/C++ Java |
In which of the following the primary function is to connect java applications to the correct JDBC driver?
Which of the following web application frameworks saves you time by allowing you to view complex applications as a series of basic components?
Which of the following drivers is most appropriate on a corporate network where client installations are not a problem?
Which of the following driver coverts JDBC calls into calls on the client application programming interface for Oracle, Sybase etc?
Which one of the following has a group of methods, which sets the value of IN parameters?
Which of the following distributed objects in the distributed stock application presents the alarm going off to the user?
Which of the following methods is used to access data from the ResultSet rows?
Which of the following EJB architecture roles is a domain expert who composes applications that use enterprise beans?
To establish a connection with a database, you need to register the ODBC-JDBC driver by calling____________.
Which of the following techniques mixes simple and advanced features together and it has complex options even for simple queries?
Which of the following mapping is the work of an industry consortium known as the OMG?
Which of the followings provides some confidence that JDBC drivers will run your program?
Which of the following drivers allows a direct call from the client machine to the database management server?
Which of the following is used to describe a set of technologies, eliminate page refreshes every time there is user input?
Which of the following methods executes an SQL statement that may return multiple results?