whats the diff between jsp and servlets?
Answer Posted / vinod
Servlets can also be used to integrate with other
presentation library like webmacro etc... and Servlet can
act as pure controller for webmacro whereas jsp can be
alternative only to webmacro not for servlets.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between jdk,jre and jvm?
What are the advantages of java over cpp?
Does the order of public and static declaration matter in main method?
Difference between string, string builder, and string buffer?
Is null an object java?
What do you mean by hashing?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What exactly is a .class file?
What are different access specifiers in java?
What is main function purpose?
If a class is declared without any access modifiers, where can the class be accessed?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
How many bits is a string?
What are the super most classes for all the streams?
Variable of the boolean type is automatically initialized as?