Advanced Java Practice Questions
21. What will happen if a transactional client invokes an enterprise Bean method whose transaction attribute is set to `Never` within a transaction context ?
22. Which of the following statement is false regarding the exceptions in JDBC
23. JDBC-ODBC Bridge does not work with Microsoft J++, because it does not support
24. The JDBC-ODBC bridge is
25. Name the class that includes the getSession method that is used to get the HttpSession object
26. The EJB timer service is used for timing notifications. It can be used with
27. What does the EJB specification architecture define
28. How can I use JDBC to create a database?
29. When using a JavaBean to get all the parameters from a form, what must the property be set to (??? in the following code) for automatic initialization? < jsp:useBean id=’fBean’ class=’govi.FormBean’ scope=’request’/> < jsp:setProperty name=’fBean’ property=’???’ /> < jsp:forward page=’/servlet/JSP2Servlet’ />
30. Stub is a ____________ proxy for the remote object.
Learn More Multiple Choice Practice Questions
All Categories