Answer Posted / abc
You need not to compile a JSP. It is compiled by JSP container
and converted to a class file if there is no ERROR.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Does java return by reference?
can java object be locked down for exclusive use by a given thread? : Java thread
How does the java compiler work?
What is the difference between C++ and Java and your preferences?
What are the differences between processes and threads?
What will happen if a thrown exception is not handled?
How can you write a loop indefinitely in java programming?
Tell us something about different types of casting?
Is upper case in java?
Explain the difference between serializable and externalizable in java?
How is final different from finally and finalize?
Why does java not allow multiple public classes in a java file ?
How do you check if two given string are anagrams?
Can we serialize singleton class?
What is executor memory?