Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 is a void method?

972


What do you mean by local variable and instance variable?

1004


What are the Class Libraries ?

1089


Can you declare a private method as static?

1196


What are the differences between forwarding () method and sendredirect() methods?

1153


Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)

1381


Which java collection does not allow null?

1214


What are void methods?

1065


What is the difference between scrollbar and scrollpane?

1137


Is set ordered?

1037


Explain the selection sort algorithm and state its time complexity?

1073


What is the purpose of sizeof operator?

1124


How does java pattern compile work?

1023


How strings are created in java?

1088


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

1149