Mcqs on advanced java multiple choice practice questions

Advanced Java Practice Question’s

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




Show Answer ?

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




Show Answer ?

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




Show Answer ?

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




Show Answer ?

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




Show Answer ?

66. What are valid methods for HttpSessionListener interface.




Show Answer ?

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




Show Answer ?

68. 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 ?

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




Show Answer ?

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




Show Answer ?