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 the difference between servlets and struts?

Answers were Sorted based on User's Feedback



what is the difference between servlets and struts?..

Answer / asd

Servlet is a simple java class, and struts is framework but
it is used servlet as action class to controll over request
and response.

Is This Answer Correct ?    38 Yes 8 No

what is the difference between servlets and struts?..

Answer / sandy

servlet is used to web based application.where as struts is
a framework it is easy to configure the validation part
comparing to servlet.
to built an web based application servlet take more amount
of time comparing struts.in struts we use action servlet

struts work under mvc architecture where servlet acts as a
controller part

Is This Answer Correct ?    19 Yes 1 No

what is the difference between servlets and struts?..

Answer / abinaya

Struts is a tag framework used in .jsp, to simplify
programming of
often used servlet and jsp code. It's similar to JSF, or jsp
tags, you
include tag libraries, Struts libraries and .xml config
files and then
you can use tags in .jsp pages and create servlets from them.
You can use both normal and Struts servlets in one web
application, it
depends on you.

Is This Answer Correct ?    25 Yes 15 No

Post New Answer

More Servlets Interview Questions

What methods do you use in servlet - applet communication?

0 Answers  


Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?

0 Answers  


What is connection pooling?

4 Answers   Wipro,


Explain the difference between GET and POST methods?

6 Answers  


what is the difference between ServletContext and ServletConfig

7 Answers  


What is cgi?

0 Answers  


What are the types of an http request?

0 Answers  


how to make the IP address to .com

1 Answers   iGate,


What is context in servlet?

0 Answers  


When to use doget() and when dopost()?

0 Answers  


A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?

0 Answers  


What are the annotations used in servlet 3?

0 Answers  


Categories