Multiple choice technology web technology

What tools can be used to generate the multiple views in jsp?

  1. xalan-J

  2. Saxon

  3. Jdk1.5

  4. None of the above

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Xalan-J and Saxon are both XSLT transformation processors that can be integrated with JSP to generate multiple views from XML source data. They apply XSLT stylesheets to produce different output formats (HTML, WML, PDF, XML) from the same content, enabling view separation. Jdk1.5 is a Java development kit, not a view-generation tool.