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
Explain different states of a thread in java?
What do you mean by ternary operator in java?
Java Compiler is stored in JDK, JRE or JVM?
What is compareto?
What is the file extension for java?
What is string buffer?
why java does not support unsigned keyword?
how to write a program for sending mails between client and server
How do you differentiate abstract class from interface?
What is callablestatement? How you can call stored procedure to pass in parameter?
Can we use return in constructor?
What are the limitations of procedural programming approach?
How big is a 32 bit integer?
What is java jit compilers?
How do generics work?