1.
JDBC is a Java API that is used to connect and execute query to the database

2.
Which result set generally does not show changes to the underlying database that are made while it is open. The membership, order, and column values of rows are typically fixed when the result set is created?

3.
Servlet technology is used to create web application

4.
How many layers are available in Hibernate architecture?

5.
In which technology Struts 2 provides various types of tags such as UI tags, Data tags, control tags etc. to ease the development of struts 2 application?

6.
EJB technology is built on the top of Socket Programming

7.
RMI allows an object to invoke methods on an object running in another JVM

8.
JSP’s provide better facilities for separation of page code and template data by mean of Java beans, EJBs and custom tag libraries

9.
Which is a perfect example of runtime polymorphism?

10.
Which specification that provides runtime environment in which java byte code can be executed?