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


Please Help Members By Posting Answers For Below Questions

Can a static method be final?

774


Why a dead thread occurs?

775


What is the purpose of interface?

788


Explain about varargs in java?

877


What is super in java?

771


You're given a Boolean 2D matrix, can you find the number of islands?

852


What is annotation in java?

787


Why are the destructors for base class and derived class called in reverse order when the program exits

1939


What is string manipulation?

717


Can we make constructors static?

957


Explain the Propertie sof class?

831


What are 3 boolean operators?

742


How to call one constructor from the other constructor ?

815


Can a main method be overloaded?

779


What is console based application in java?

789