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
What is byte [] in java?
What is increment in java?
Explain how hashmap works?
Is there a jre for java 11?
What is equals method in java?
Distinguish between a predicate and a function?
What is an infinite loop? How infinite loop is declared?
What happens when heap memory is full?
What does nextint () do in java?
What is double data type?
What is difference between iterator and enumeration in java?
Can a constructor be private and how are this() and super() method used with constructor?
What is the largest long allowed by java?
Why arraylist is used in java?
How is abstraction implemented in java ?