s
Programming Interview Questions
General Interviews
Programming Interviews
Network Engineer Interviews
Object-Oriented Programming
Operating Systems Questions
Web Technology Interviews
Java Interview Question
JDBC Interview Questions
Databases Interview Questions
Oracle Interview Question
PL/SQL Interview Questions
CMM - Project Management
Software Testing
Perl Programming
SAP Interview Questions Fico
Unix Shell Programming
Xml Interview Questions And Answers
IT Jobs
IT Jobs
Java Developer
Perl Programmer
Oracle DBA Job
C++ Programmer Jobs
Unix Programmer Jobs
Engineering Interviews
Chemical Engineering
Mechanical Engineering
Chemical Engineering
Electrical Engineering
Electronics Engineering
Mechanical Engineering Jobs
Books - Job Hunters
Job Interview Answers
Job Interview Guide
Job Interviewing Secrets
Quit Job with Google Adwords
Work From Home

Jdbc Interview Questions And Answers


Health Sites

Baby Eczema Pictures – Baby Eczema Treatment

Eczema Treatment - Eczema Pictures

Psoriasis Treatment Pictures

Vitiligo Treatment - Vitiligo Pictures

Skin Rashes Pictures


Jdbc Drivermanager Getconnection, Class Forname Jdbc, Java Database Connectivity Jdbc, Jdbc Connection Pooling

    Jdbc Interview Questions And Answers

    1. Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
    2. Are the code examples from the JDBC API Tutorial and Reference, Second Edition available online?
    3. Are there any ODBC drivers that do not work with the JDBC-ODBC Bridge?
    4. Can I get information about a ResultSet's associated Statement and Connection in a method without having or adding specific arguments for the Statement and Connection?
    5. Can I set up a conection pool with multiple user IDs? The single ID we are forced to use causes probelems when debugging the DBMS.
    6. Can I use JDBC to execute non-standard features that my DBMS provides?
    7. Can I use the JDBC-ODBC bridge driver in an applet?


    8. -- Useful EBooks --
      How To Naturally Regrow Lost Hair


    9. Can ResultSets be passed between methods of a class? Are there any special usage How can I convert a java array to a java.sql.Array?
    10. Can the JDBC-ODBC Bridge be used with applets?
    11. Can you scroll a result set returned from a stored procedure?...
    12. Connecting to a database through the Proxy I want to connect to remote database using a program that is running in the local network behind the proxy. Is that possible?
    13. Could we get sample code for retrieving more than one parameter from a
    14. DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
    15. Detecting Duplicate Keys I have a program that inserts rows in a table ...
    16. Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
    17. Does the JDBC-ODBC Bridge support the new features in the JDBC 3.0 API?
    18. Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
    19. How can I connect from an applet to a database on the server?
    20. How can I connect to an Excel spreadsheet file using jdbc?
    21. How can I connect to an Oracle database not on the web server from an untrusted applet?
    22. How can I create a custom RowSetMetaData object from scratch?
    23. How can I determine the isolation levels supported by my DBMS?
    24. How can I determine where a given table is referenced via foreign keys?
    25. How can I determine whether a Statement and its ResultSet will be closed on a
    26. How can I get data from multiple ResultSets?
    27. How can I get information about foreign keys used in a table?
    28. How can I get or redirect the log used by DriverManager and JDBC drivers?
    29. How can I insert images into a Mysql database?
    30. How can I insert multiple rows into a database in a single transaction?
    31. How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
    32. How can I investigate the parameters to send into and receive from a database stored procedure?
    33. How can I investigate the physical structure of a database?
    34. How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
    35. How can I make batch updates using JDBC?
    36. How can I pool my database connections so I don't have to keep reconnecting to the database?
    37. How can I retrieve a String or other object type without creating a new object each time?
    38. How can I retrieve string data from a database in Unicode format?
    39. How can I tell if my JDBC driver normalizes java.sql.Date and java.sql.Time objects?
    40. How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
    41. How can I write to the log used by DriverManager and JDBC drivers?
    42. How can resultset records be restricted to certain rows?
    43. How do I check in my code whether a maximum limit of database connections have been reached?
    44. How do I check what table types exist in a database?


    45. -- Useful EBooks --
      Weird Tricks to Lose Your Abdominal Fat


    46. How do I check what table-like database objects (table, view, temporary table,
    47. How do I create a database connection?
    48. How do I create a java.sql.Date object?
    49. How do I create a java.sql.Time object?
    50. How do I create an updatable ResultSet?
    51. How do I disallow NULL values in a table?
    52. How do I display and parse a date?
    53. How do I execute stored procedures?
    54. How do I extract SQL table column type information?
    55. How do I extract a BLOB from a database?
    56. How do I extract the SQL statements required to move all tables and views from an existing database to another database?
    57. How do I find all database stored procedures in a database?
    58. How do I get runtime information about the JDBC Driver?
    59. How do I implement a RowSetReader? I want to populate a CachedRowSet myself and the documents specify that a RowSetReader should be used. The single method accepts a RowSetInternal caller and returns void. What can I do in the readData method?
    60. How do I insert a .jpg into a mySQL data base?
    61. How do I insert an image file (or other raw data) into a database?
    62. How do I receive a ResultSet from a stored procedure?
    63. How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getX.X.X method for each column?
    64. How do I set properties for a JDBC driver and where are the properties stored?
    65. How do I start debugging problems related to the JDBC API?
    66. How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
    67. How do you handle your own transaction ?
    68. How does a custom RowSetReader get called from a CachedRowSet?
    69. How does one get column names for rows returned in a ResultSet?
    70. How does the Java Database Connectivity (JDBC) work?
    71. How many types of JDBC Drivers are present and what are they?
    72. How to insert and delete a row programmatically? (new feature in JDBC 2.0)
    73. How to move the cursor in scrollable resultsets?(new feature in JDBC 2.0)
    74. How to update a resultset programmatically? (new feature in JDBC 2.0)
    75. I have an application that queries a database and retreives the results into a
    76. I need to have result set on a page where the user can sort on the column headers. Any ideas?
    77. I would like to download the JDBC-ODBC Bridge for the Java 2 SDK, Standard Edition (formerly JDK 1.2). I'm a beginner with the JDBC API, and I would like to start with the Bridge. How do I do it?
    78. If I use the JDBC API, do I have to use ODBC underneath?
    79. Is is possible to open a connection to a database with exclusive mode with JDBC?
    80. Is the JDBC-ODBC Bridge multi-threaded?
    81. Is there a practical limit for the number of SQL statements that can be added to an instance of a Statement object
    82. JTable ...
    83. Many connections from an Oracle8i pooled connection returns statement closed. I am using import oracle.jdbc.pool.* with thin driver. If I test with many simultaneous connections, I get an SQLException that the statement is closed. How can I overwrite blob data in an Oracle database? ...
    84. Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
    85. The java.sql package contains mostly interfaces. When and how are these
    86. There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
    87. Update fails without blank padding. Alhough a particular row is present in the database for a given key, executeUpdate() shows 0 rows updated and, in fact, the table is not updated. If I pad the Key with spaces for the column length (eg if the key column is 20 characters long, and key is msgID, length 6, I pad it with 14 spaces), the update then works!!! Is there any solution to this problem without padding?What isolation level is used by the DBMS when inserting, updating and
    88. Whan happens when I close a Connection application obtained from a connection Pool? How does a connection pool maintain the Connections that I had closed through the application?
    89. What JDBC objects generate SQLWarnings?
    90. What are four types of JDBC driver?
    91. What are stored procedures?
    92. What are the common tasks of JDBC?
    93. What are the components of the JDBC URL for Oracle's "thin" driver and how do I use them?
    94. What are the considerations for deciding on transaction boundaries?
    95. What are the different JDB drivers available?
    96. What are the standard isolation levels defined by JDBC?
    97. What are the steps required to execute a query in JDBC?
    98. What are the two major components of JDBC?
    99. What causes the "No suitable driver" error?
    100. What does Class.forName return?
    101. What does it mean to "materialize" data?
    102. What does normalization mean for java.sql.Date and java.sql.Time?
    103. What does setFetchSize() really do?
    104. What driver should I use for scalable Oracle JDBC applications?
    105. What is Connection pooling?
    106. What is Connection?
    107. What is DML?
    108. What is DriverManager ?
    109. What is JDBC Driver ?
    110. What is JDBC Driver interface?
    111. What is JDBC?
    112. What is JDO?
    113. What is Metadata and why should I use it?
    114. What is a JDBC 2.0 DataSource?
    115. What is a ResultSet ?
    116. What is an SQL Locator?
    117. What is cold backup, hot backup, warm backup recovery?
    118. What is new in JDBC 2.0?
    119. What is optimistic concurrency?
    120. What is pessimistic concurrency?
    121. What is the JDBC syntax for using a date literal or variable in a standard Statement?
    122. What is the JDBC syntax for using a literal or variable in a standard Statement?
    123. What is the advantage of denormalization?
    124. What is the advantage of using a PreparedStatement?
    125. What is the best way to generate a universally unique object ID? Do I need to
    126. What is the difference between client and server database cursors?
    127. What is the difference between setMaxRows(int) and SetFetchSize(int)? Can either reduce processing time?
    128. What is the fastest type of JDBC driver?
    129. What is the most efficient method of replicating data betwen databases using JDBC?
    130. What is the query used to display all tables names in SQL Server (Query analyzer)?
    131. What is the significance of DataBaseMetaData.tableIndexStatistics? How to
    132. What scalar functions can I expect to be supported by JDBC?
    133. What types of DataSource objects are specified in the Optional Package?
    134. What's the JDBC 3.0 API?
    135. What's the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
    136. What's the fastest way to normalize a Time object?
    137. When I intersperse table creation or other DDL statements with DML statements ....
    138. When an SQL select statement doesn't return any rows, is an SQLException thrown?
    139. Where can I find info, frameworks and example source for writing a JDBC driver?
    140. Which Java and java.sql data types map to my specific database types?
    141. Which is the preferred collection class to use for storing database result sets?
    142. Which type of JDBC driver is the fastest one?
    143. Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
    144. Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
    145. Why do I have to reaccess the database for Array, Blob, and Clob data?
    146. Why does the ODBC driver manager return 'Data source name not found and no default driver specified Vendor: 0' How to use JDBC to connect Microsoft Access?
    147. Why doesn't JDBC accept URLs instead of a URL string?
    148. Why isn't the java.sql.DriverManager class being found?
    149. Why should I consider optimistic versus pessimistic approaches to database
    150. alias) are present in a particular database?

    Jdbc Interview Questions And Answers

    Jdbc And Stored Procedure, Jdbc And Jsp, Jdbc And Servlets, Jdbc Odbc Bridge


    Partners

    Memory Skills, Health, Software Design
    Osteoporosis Treatment - Prevent Bone Loss
    Mental Health Counseling Degree
    Depression Treatment Center - Get Rid of Depression
    Alcohol Drug Treatment Center - Drug Rehab Centers

Electronics
Digital Camcorder Reviews
Electronics
Satellite TV
Laptop Buying Guide
Digital Camera Reviews
Cell Phone Reviews
Digital Living
VOIP
Education
Engineering
UPSC Exams
GRE GMAT TOFEL Exams
Improve Memory
Student Loan Consolidation
Computers / Programming
Programming
Programming Tips
Networking
Web Design
Antivirus
Job Scehduling Software
Embedded Systems Design
RTOS
Search Engine Optimization
Money Making / Finance
Make Money Online
Stock Market Trading
Forex Trading
High Yield Investments
Personal Loans
Home Based Jobs
Blogging
Job Search
Job Search
Data Entry Jobs
IT Interviews
Travel
USA
USA Visa
India
Alibag
Health
Lose Weight
Hair Loss Cure
Entertainment
Bollywood
Hindi Music
Old Bollywood Actresses
Bollywood Singers
Hindi Musicians
Desi Entertainment
Languages
Marathi
Hindi Sahitya
English Poems
General
Buying Diamonds Online
Filmaking
Partners
Programming Tips Tricks
Chemical Engineering Portal





AddThis Social Bookmark Button


Top

Home | Contact | Disclaimer | Privacy Policy | Copyright Notice
© 2001-2099 Prashant N. Mhatre