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. getHeaderNames()

  2. addHeader(java.lang.String name,java.lang.String value)

  3. containsHeader(java.lang.String name)

  4. getHeaders(java.lang.String name)

  5. destroy()

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

If the request did not include any headers of the specified name, this method returns an empty enumeration object.