Admin Dashboard

Result for: Vaishnavi Kishor Patil

Exam Name Advanced Java Final
Total Marks 20.0
Score 20.0
Percentage 100.00%
Question Analysis
Sr. No. Question Selected Answer Correct Answer
1 What does JDBC stand for? Java Database Connectivity Java Database Connectivity
2 Which package(s) contain the core JDBC classes and interfaces? java.sql and javax.sql java.sql and javax.sql
3 Which method is used to create a PreparedStatement in JDBC? Connection.preparedStatement() Connection.preparedStatement()
4 Which interface is used to call stored procedures in JDBC? CallableStatement CallableStatement
5 Which method is used to execute an INSERT, UPDATE, or DELETE statement using a PreparedStatement? executeUpdate() executeUpdate()
6 Which method is called by the servlet container to initialize a servlet? init() init()
7 Which object is used to obtain initialization parameters for a specific servlet? ServletConfig ServletConfig
8 Which method is used to include the content of another resource (servlet, JSP, or HTML) within the response? include() include()
9 What is the default HTTP method used by a browser if not specified in a form? GET GET
10 Which method is used to retrieve data sent by a client in a GET or POST request request.getParameter() request.getParameter()
11 What does JSP stand for? Java Server Page Java Server Page
12 Which JSP tag is used to declare variables or methods that can be used anywhere in the JSP page? <%! ... %> (Declaration) <%! ... %> (Declaration)
13 What is the correct syntax to display the result of a Java expression in JSP? <%= 2+2 %> <%= 2+2 %>
14 What is the default scope for a <jsp:useBean> tag? page page
15 What does ORM stand for? Object Relation Mapping Object Relation Mapping
16 Which of the following is NOT a core interface of the Hibernate framework? SessionManagement SessionManagement
17 In Hibernate architecture, which cache is known as the "Session Cache"? First-level cache First-level cache
18 Which file extension is typically used for Hibernate database table configuration? .hbm.xml .hbm.xml
19 Which of the following is NOT a state of a persistent object in Hibernate? Attached Attached
20 Which method returns a "proxy object" and loads data only when it is actually accessed (Lazy Loading)? load() load()
Page 1
Admin Dashboard