What is the difference between jsp and servlet?
Answer Posted / dimpu
>Servlets are gud at running logic.
>not so gud at producing large amount of o/p.
>Not so gud at lots of logic.
>g8 ay producing lots of texual o/p.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Can we define a package statement after the import statement in java?
Explain covariant method overriding in java.
Why string objects are immutable in java?
Explain inheritance in java?
what is static import in java? Explain
What is considered an anti pattern?
What is private public protected in java?
Can list have duplicates in java?
Which methods cannot be overridden in java?
How does system arraycopy work in java?
What does function identity () do?
Can we serialize singleton class?
Explain about abstract classes in java?
Why does it take so much time to access an applet having swing components the first time?
What is ctrl m character?