Saturday, July 3, 2010
What is data ?
The contents of an element in an XML stream, generally
used when the element does not contain any
subelements. When it does, the term content is
generally used. When the only text in an XML structure
is contained in simple elements and when elements that
have subelements have little or no data mixed in, then
that structure is often thought of as XML data, as
opposed to an XML document.
Labels:
J2EE interview Qs and Ans
What is CTS ?
Compatibility test suite. A suite of compatibility
tests for verifying that a J2EE product complies with
the J2EE platform specification.
Labels:
J2EE interview Qs and Ans
What is CSS ?
Cascading style sheet. A stylesheet used with HTML and
XML documents to add a style to all elements marked
with a particular tag, for the direction of browsers
or other presentation mechanisms.
Labels:
J2EE interview Qs and Ans
What is CORBA ?
Common Object Request Broker Architecture. A
language-independent distributed object model
specified by the OMG.
Labels:
J2EE interview Qs and Ans
What is conversational state ?
The field values of a session bean plus the transitive
closure of the objects reachable from the bean's
fields. The transitive closure of a bean is defined in
terms of the serialization protocol for the Java
programming language, that is, the fields that would
be stored by serializing the bean instance.
Labels:
J2EE interview Qs and Ans