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
How to overcome the exception object reference not set to an instance of object?
Can you extend main method in java?
What is unmodifiable collection in java?
How many functional interfaces does java 8 have?
What is the inheritance?
Does substring create a new object?
Is set sorted in java?
How do you break a loop?
How many classes can any class inherit java?
How do you ensure that n threads can access n resources without deadlock?
What is the size of a string in java?
Define jre i.e. Java runtime environment?
What does singleton class mean?
I want to persist data of objects for later use. What’s the best approach to do so?
What do you mean by inner class in java? Explain