Answer Posted / muhammed younus attari
Its main use is to help creating page oriented, ready to
print documents in a simple flexible manner.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is a modular application? What does module-relative mean?
difference between ejb,struts,hibernate,spring and jsp
What is the argument type of a programs main() method?
Where can I ask questions and make suggestions about seam?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
what are the advantages of JTA over JTS?
Why does the tag url-encode javascript and mailto links?
What restrictions are placed on the location of a package statement within a source code file?
Do I have to use jsps with my application?
Can you give me a simple example of using the requiredif validator rule?
To what value is a variable of the string type automatically initialized?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Which javutil classes and interfaces support event handling?
What event results from the clicking of a button?
What value does read() return when it has reached the end of a file?