Java multiple choice questions

Home > Multiple choice questions > Java MCQs

Java part 1 (39 questions) Java part 2 (40 questions)
EJB (20 questions) JDBC (20 questions)
Applet (20 questions) Struts (21 questions)
Servlets (20 questions) Java web services (20 questions)
Javascript (40 questions) Java part 3 (22 questions)
Core Java  (72 questions) Java  (20 questions)
Placement papers on Java - Set 1 Placement papers on Java - Set 2
Placement papers on Java - Set 3 Placement papers on Java - Set 4
Placement papers on Java - Set 5 Object-oriented programming with Java Classes and Objects
Exception handling with try-throw-catch-finally constructs Object class - Java test
Working with types: Wrapper classes Java Packages - Java test
Applets Basics of AWT and Swing
Database connectivity with JDBC Basic concepts of networking
Java Threads Java Database Connectivity
Java Server Pages RMI
EJB - Advanced Java Test XML test
Struts - Advanced Java Test Hibernate - Advanced Java Test
Inheritance - Java test Java programming - Java test
Java I/O Package - online test Servlets - Advanced Java Test



Write your comment - Share Knowledge and Experience

Discussion Board
More multiple choice questions

C++ multiple choice questions
Sql server multiple choicequestions
Oracle multiple choice questions
Data structure multiple choice questions
JavaScript multiple choice questions
C multiple choice questions
EJB multiple choice questions
Aptitude test - multiple choice
Java web services multiple choice questions


Career 12-19-2011 04:55 AM

Java multiple choice questions

Java questions are good and quite interview oriented. Most of the questions are frequently asked during an interview

Nishi 11-5-2011 08:38 PM

Java multiple choice questions

Which of the following statements is false as far as different type of statements is concern in JDBC?

Regular Statement
Prepared Statement
Callable Statement
Interim Statement


To execute a stored procedure “totalStock” in a database server, which of the following code snippet is used?

Statement stmt = connection.createStatement();stmt.execute("totalStock()");
CallableStatement clbstmnt = con.prepareCall("{call totalStock}");cs.executeQuery();
StoreProcedureStatement spstmt = connection.createStoreProcedure("totalStock()");spstmt.executeQuery();
PrepareStatement pstmt = connection.prepareStatement("totalStock()");pstmt.execute();

Nitin 11-5-2011 02:48 AM

Preparation for Java multiple choice questions

New Java interview questions
Explain the different section of JDBC and their usage.
Can you explain SQLException class? What is SQL State in SQL Exception
Can you explain CallableStatement interface in details?
Explain how to do batch updates using CallableStatement interface.
Explain the architecture of a Servet package.
Explain different Authentication Options available in Servets.

Java interview questions and answers

Ronnie 11-5-2011 02:45 AM

 

 

Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring