Code Comments
Programming Forum and web based access to our favorite programming groups.Hi All, A basic question?? What is the fundamental difference between Servlet ,JSP and Java Beans. me Just a begineer,so basic functionality anwer will work fine for me, to understand and start learing from there. Thanks in Advance. Roonie.
Post Follow-up to this messageHey Roonie - I'm going to write a few extra definitions that may help... Java: A programming language Class: A module of Java that has things to do (e.g. a "Car"). Method: A function of a Class that does something (e.g. a Car "drives"). Servlet: A Java Class that has special Methods to product HTML for the web. JSP: A file (that eventually is a Servlet) where it's easier to produce HTML for the web. Java Beans: A Java Class that holds information about something (e.g. a "Person" has a "firstName"). This may be too elementary for your use - just let us know if that's the case. "Roonie" <rajnish.behal@gmail.com> wrote in message news:9300115e.0412170816.6289f438@posting.google.com... > Hi All, > A basic question?? > What is the fundamental difference between Servlet ,JSP and Java > Beans. me Just a begineer,so basic functionality anwer will work fine > for me, to understand and start learing from there. > > Thanks in Advance. > Roonie.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.