For Programmers: Free Programming Magazines  


Home > Archive > Java Help > December 2004 > Servlet and JSP









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Servlet and JSP
Roonie

2004-12-17, 3:59 pm

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.
Josh Martin

2004-12-29, 3:58 am

Hey 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.



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com