My Report

Java Programming Practice Test 10


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement

1. Which is the Parent class of annotation class?

2. Which design pattern represents a way to access all the objects in a collection?

3. What does setAutoCommit(false) do?

4. Which class provides system independent server side implementation?

5. Which file is used to define dependency in maven?

6. Which of the following is advantage of using PreparedStatement in Java?

7. "out" is implicit object of which class?

8. What is the difference between servlets and applets?
i. Servlets execute on Server; Applets execute on browser
ii. Servlets have no GUI; Applet has GUI
iii. Servlets creates static web pages; Applets creates dynamic web pages
iv. Servlets can handle only a single request; Applet can handle multiple requests

9. How to deep dive into the execution of a method from a method call?

10. Which of the following is stored at client side?


 

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.