Computer Knowledge

Java Enterprise and Web Technologies

2,183 Questions

Java enterprise and web technologies questions focus on J2EE architecture, web services like SOAP, and servlet functionalities. These topics frequently appear in IT officer and specialist scale examinations. Regular practice ensures familiarity with enterprise application components.

HttpServlet methodsSOAP and web servicesEJB architecture rolesJ2EE componentsJSP servlet callingUDDI concepts

Java Enterprise and Web Technologies Questions

Multiple choice
  1. This interface is used to read data from a client request.

  2. This interface is used to write data from a client request.

  3. This interface is used to declare the life cycle method of the servlet.

  4. This interface is used to provide access information and the log events to the servlet in its environment.

  5. This interface is used to initialize the parameters to the servlet.

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Yes, this is the role of ServletConfig interface.

Multiple choice
  1. Applet is a program embedded in the web page.

  2. Applet has less response time.

  3. Applet can run under many platforms Linux, Windows, Mac, etc.

  4. All of the above.

  5. Only (1) and (3) are true.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Yes, all of the above three are true statements about applet.