Answer Posted / munmun
U CANT COMPILE JSP DIRECTLY,IT DONE BY CONTAINER.
for that jsp known as post compile
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Can You Have Virtual Functions In Java?
What is nextline method in java?
What is the difference between form & report?
how to convert Java project into Maven ?
What does arrays sort do in java?
What is the purpose of lambda expressions?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Which one will take more memory: an int or integer?
What is a literal coding?
What about member inner classes?
Why Java is not pure Object Oriented language?
What is meant by singleton class?
What is an off by one error in java?
What is internal variable?
can I implement my own start() method? : Java thread