Select the correct statement(s) among the following:
service() method is invoked by the container once per request.
service() method can be invoked only once.
init() is invoked by the container only once per request.
init() is invoked by the container only once per instance.
Which of the following are belong to GROUP functions?
AVG
COUNT
MAX
STDDEV
LENGTH
All the above.
When creating an index using the CREATE INDEX statement,the UNIQUE and BITMAP keywords may be used together.
True
False
Select the correct statements.
Generic Servlet is an Abstract Class and it extends Servlet Config Class
HttpServlet is an Abstract class extending Generic Servlet Abstract Class.
HttpServlet is an Abstract Class that extends Servlet Interface.
Generic Servlet is an Abstract Class and it extends Servlet Config Interface
Select the implicit jsp objects from the following
exception
error
out
page
Which of following are purpose of UDDI
Describing Web Service
Finding Web Service
Describing Bussiness
Publishing Web Service
Publishing Bussiness Card
Which Web Services API is used for sending XML documents/attachments over the Internet?
JAXB
JAXR
SAAJ
JAX-RPC
Web Service is only way to implement SOA, is this true?
Which of the following are valid WSDL SOAP binding style/use models? Check all that apply
RPC/encoded
RPC/document
RPC/literal
Document/encoded
Document/literal,
Which of the next elements can nest a SOAP Fault Element?
Header
Envelope
Body
Fault is the Root Element
None of the above