Advance java multipal Questions

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 ?




Show Answer ?

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




Show Answer ?

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




Show Answer ?

24. The JDBC-ODBC bridge is




Show Answer ?

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




Show Answer ?

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




Show Answer ?

27. What does the EJB specification architecture define




Show Answer ?

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




Show Answer ?

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




Show Answer ?

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




Show Answer ?

Edit