What is Servlet?

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


Please Help Members By Posting Answers For Below Questions

What does java stand for?

542


What is the difference between break and continue statements?

544


Differentiate between overriding and overloading cases?

590


Is string serializable in java?

538


What is time complexity java?

526






How to calculate the length of a singly linked list in java?

578


5 Coding best practices you learned in java?

630


How can you traverse a linked list in java?

674


Difference between linkedlist and arraylist.

583


How can we find the sum of two linked lists using stack in java?

560


Mention some interfaces implemented by linked list in java.

534


Can a constructor call another constructor?

558


What is the abstract class?

592


What is private static in java?

572


What is void class in java?

521