Java J2EE Technical  Lead Architect Interview Questions - 3

Question: 11

What is XLink?

The part of the XLL specification that is concerned with specifying links between documents.

Question: 12

What is method binding expression?

A JavaServer Faces EL expression that refers to a method of a backing bean. This method performs either event handling, validation, or navigation processing for the UI component whose tag uses the method binding expression.

Question: 13

What is SOAP with Attachments API for Java (SAAJ)?

The basic package for SOAP messaging, SAAJ contains the API for creating and populating a SOAP message.

Question: 14

What is servlet context?

An object that contains a servlet’s view of the Web application within which the servlet is running. Using the context, a servlet can log events, obtain URL references to resources, and set and store attributes that other servlets in the context can use.

Question: 15

What types of Servlets do you know?

There are two types of Servlets –

GenericServlet and

HttpServlet.

Related Questions