Why can't we make jsp as a controller and action
servlet in struts?
Answer Posted / raghu
When JSP compiles, internally the jsp compiler converts the
servlets and compiles servlets java and generartes the
class file. Every time it will do the same thing, so it may
take several time. It may cause performance issue.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can a static method be final?
Why a dead thread occurs?
What is the purpose of interface?
Explain about varargs in java?
What is super in java?
You're given a Boolean 2D matrix, can you find the number of islands?
What is annotation in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is string manipulation?
Can we make constructors static?
Explain the Propertie sof class?
What are 3 boolean operators?
How to call one constructor from the other constructor ?
Can a main method be overloaded?
What is console based application in java?