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. Java Beans

  2. EJB

  3. Applets

  4. Servlets

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

Servlets are server-side Java programs that extend the capabilities of a server - they run on the web server and generate dynamic web content. Unlike applets which are client-side, servlets execute on the server. JavaBeans are reusable components, EJB (Enterprise JavaBeans) are for enterprise applications on server-side but not specifically 'server-side applets' in the same way servlets are.

Multiple choice
  1. Java applet

  2. Filter

  3. OrbixWeb

  4. Portable object adapter

  5. Ajax

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

By using Ajax, you can accomplish dynamically update the totals on your shopping cart without forcing the user to click update and wait for the server to resend the entire page.