Java API for XML Binding (JAX-B) is an API
That can be used to generate Java classes from an XML schema
Can be used to read and write XML using Java classes generated from an XML schema
Is used for parsing XML using SAX and DOM
Both A and B
Both B and C
Both A and C
Which of these is/are NOT the WSDL operation type(s)?
One-way
Error-message
Request-response
Solicit-response
None of the above
Only A and B
UDDI communicates via which of the following
HTTP, SOAP, WSDL
SOAP, CORBA, Java RMI Protocol
SOAP, XML-RPC
XML, WSDL
What are the benefits of BIND variables? Choose all that apply
Reduces parsing overhead
Reduces execution overhead
Forces usage of INDEX
Makes code reusable
UDDI uses internet standards such as XML, HTTP and DNS protocols of which of the following?
World wide web consortium (W3C)
Internet Engineering Task Force (IETF)
What is the use of 'using command' in C#?
To specify the class where namespace is located
Inorder to include objects into a .cs file
Create an alias for a namespace
None of these
Value type variables are shortlisted,never null and held in heap.
True
False
Technical information about a Web service is maintained in which component of UDDI?
Green pages
White pages
Yellow pages
Blue pages
The external JavaScript file must contain the <script> tag
How do you write "Hello World" in an alert box?
msgBox("Hello World")
alertBox("Hello World")
alert("Hello World")
alertBox="Hello World"