advanced java multiple choice Question and answers practice questions. page 2

Advanced Java Practice Questions

11. __________ provides the ability to directly insert java into an HTML document




Show Answer ?

12. ___________ pattern enables improved network traffic and response time. Fewer remote calls are made and less data is passed back and forth




Show Answer ?

13. Which of the following of beans would survive a server crash




Show Answer ?

14. Which of the following statements are true about locating or using the home interface of a session bean




Show Answer ?

15. Which of the following statements are correct about a session bean whose class contains the following method? public void ejbCreate (String id)




Show Answer ?

16. What are valid methods for HttpSessionListener interface




Show Answer ?

17. Sites using HTTPS that is HTTP plus SSL(Secure Sockets Layer ) can be identified by




Show Answer ?

18. An object which implements the interfaces java.rmi.Remote and java.io.Serializable is being sent as a method parameter from one JVM to another. How would it be sent by RMI?




Show Answer ?

19. In the JMS, message producers and message consumers are created by which of the following objects?




Show Answer ?

20. To author a Session bean which of the following classes are needed?




Show Answer ?