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. EJB specification

  2. Servlet container

  3. Object life cycle

  4. EJB server provider

  5. Deployment descriptor

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

Servlet container provides life cycle management with a single process to share and manage application wide resources and interaction with a web server.

Multiple choice
  1. Alarm

  2. Java applet

  3. Filter

  4. Abstract window toolkit

  5. Ajax

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

By using Ajax, one can dynamically update the totals on a shopping cart without forcing the user to click update and waiting for the server to resend the entire page.