JustAnswer.com

Friday, November 9, 2007

J2EE Interview questions and answers

331. What is XSL

Extensible Stylesheet Language. A standard that lets
you do the following: Specify an addressing mechanism,
so that you can identify the parts of an XML document
that a transformation applies to (XPath). Specify tag
conversions, so that you can convert XML data into
different formats (XSLT). Specify display
characteristics, such page sizes, margins, and font
heights and widths, as well as the flow objects on
each page. Information fills in one area of a page and
then automatically flows to the next object when that
area fills up. That allows you to wrap text around
pictures, for example, or to continue a newsletter
article on a different page (XSL-FO).

332. What is XSL-FO

A subcomponent of XSL used for describing font sizes,
page layouts, and how information flows from one page
to another.

333. What is XSLT

XSL Transformations. An XML document that controls the
transformation of an XML document into another XML
document or HTML. The target document often has
presentation-related tags dictating how it will be
rendered by a browser or other presentation mechanism.
XSLT was formerly a part of XSL, which also included a
tag language of style flow objects.

334. What is XSLTC

A compiling version of XSLT.

335. What is binary entity

A general entity that contains something other than
XML. By its nature, an unparsed entity contains binary
data.

336. What is component (JavaServer Faces technology)

A user interface control that outputs data to a client
or allows a user to input data to a JavaServer Faces
application.

1 comment:

Unknown said...

I am working on Product based project in java. So generally i do have some questions.

1) Do the product based project needs SRS ?

2) Generally which SDLC method is used for Product based projects?

3) Which Design Pattern is used for product based projects?

please let me know the above this was asked in Interview.