Answer Posted / sivakumaran kathamutthu(siva)
Servlet is server side java programming for java web
application which will enrich with business logic where jsp
provides static part of java web application which doesnt
has business logic(if we need we can have bussiness logic
there but its poor archetecture) but use for display view
part of webapplication.
A servelt class can be created in two way
1) extending the GenricServlet
2) HttpServelt
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why should we use singleton pattern instead of static class?
Is a char always 1 byte?
Does printwriter create a file?
Can we make a constructor final?
Explain about the dynamic behavior of core java?
What is instance example?
What are exceptions
What is the use of a copy constructor?
How can you add and remove nodes in jtree?
Which method cannot be overridden in java?
Which api is provided by java for operations on set of objects?
what is the final keyword denotes in java?
What is the main difference between java platform and other platforms?
What is a default constraint?
How do you sort words in java?