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