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
What is the static keyword?
What if constructor is protected in java?
Why singleton is not thread safe?
What is vector?
Which are the two subclasses under exception class?
Name few java 8 annotations ?
How do you remove duplicates from an array in java?
What is meant by nested loop?
Is alive method in java?
Which java ide is used the most?
What is passing by reference in java?
Explain the key functions of data binding?
What is an infinite loop? How infinite loop is declared?
Can a class have multiple superclasses?
What is a java lambda expression?