Home > Java Programming > Quizzes > Advanced Java Practice Test: General Topics
Advanced Java Practice Test: General Topics
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 12% Most missed: “Which action tags are used in JSP for developing web application with Java Bean?”
Advanced Java Practice Test: General Topics
Time left 00:00
25 Questions

1. In JSP how many ways are there to perform exception handling?
2. Which of these are types of multitasking?
3. Which is a one-way communication only between the client and the server and it is not a reliable and there is no confirmation regarding reaching the message to the destination?
4. Which of the following is method of JDBC batch process?
5. How many types of JDBC drivers are available?
6. Which methods are used to bind the objects on HttpSession instance andget the objects?
7. The JDBC-ODBC bridge is
8. All raw data types (including binary documents or images) should be read and uploaded to the database as an array of
9. Which of these class is used to encapsulate IP address and DNS?
10. Which is built on the top of socket programming?
11. Which of these method of DatagramPacket is used to obtain the byte array of data contained in a datagram?
12. What is used to execute parameterized query?
13. What should not be done to avoid deadlock?
14. Which cookie it is valid for single session only and it is removed each time when the user closes the browser?
15. Which of these is return type of getAddress method of DatagramPacket class?
16. In Inetaddress class which method returns the host name of IP address?
17. Which of these class is necessary to implement datagrams?
18. how many bits are in a single IP address?
19. Which of the following is false as far as type 4 driver is concern?
20. Which method is used for an SQL statement that is executed frequently?
21. Which of the following allows non repeatable read in JDBC Connection?
22. Which package is used for Remote Method Invocation (RMI)?
23. Which driver uses ODBC driver to connect to the database?
24. Which of the following methods finds the maximum number of connections that a specific driver can obtain?
25. Which of these method of DatagramPacket is used to find the length of byte array?