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 jsp?

Answers were Sorted based on User's Feedback



what is the difference between servlets and jsp? ..

Answer / sanjay deorari

JSP is used mainly for presentation only. A JSP can only be
HttpServlet that means the only supported protocol in JSP is
HTTP. But a servlet can support any protocol like HTTP,FTP,
SMTP etc.

Is This Answer Correct ?    15 Yes 4 No

what is the difference between servlets and jsp? ..

Answer / j

in Servlet, presentation logic(HTML) is embedded in java
code (between out.println()). whereas in JSP, javacode is
embedded within HTML.

one more thing is while compilation, servlets will compile
and form .class file. whereas JSP will undergo a
translation phase. During which its converted into Servlet
first and the compiled to .class file.

Is This Answer Correct ?    13 Yes 4 No

Post New Answer

More J2EE Interview Questions

What is application client?

0 Answers  


explain the technologies that j2ee platform provides for developing components.

0 Answers  


where our package shoud be kept in the application whenwe want to import that package in the jsp application?

1 Answers  


Why is java used?

0 Answers  


Is java an assembly language?

0 Answers  


What is setbounds in java?

0 Answers  


when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?

0 Answers  


What is create method?

0 Answers  


What is j2ee product?

0 Answers  


What are the j2ee client types?

0 Answers  


Is core java and j2se same?

0 Answers  


Is java gui dead?

0 Answers  


Categories