Mcqs on advanced java multiple choice practice questions

Advanced Java Practice Question’s

71. What will happen if a transactional client invokes an enterprise Bean method whose transaction attribute is set to `Never` within a transaction context ?.




Show Answer ?

72. Which of the following statement is false regarding the exceptions in JDBC.




Show Answer ?

73. JDBC-ODBC Bridge does not work with Microsoft J++, because it does not support.




Show Answer ?

74. The JDBC-ODBC bridge is.




Show Answer ?

75. Name the class that includes the getSession method that is used to get the HttpSession object.




Show Answer ?

76. The EJB timer service is used for timing notifications. It can be used with.




Show Answer ?

77. What does the EJB specification architecture define.




Show Answer ?

78. How can I use JDBC to create a database?.




Show Answer ?

79. 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’ />.




Show Answer ?

80. Stub is a ____________ proxy for the remote object. .




Show Answer ?