| Author |
comparison between JSP and Servlet
|
C Dinesh Kumar
Greenhorn
Joined: Jan 06, 2005
Posts: 4
|
|
Hello i need to know the comparison between JSP and Servlet. JSP also internally converting to Servlet then what is the difference.
|
 |
Mai Bui Huynh
Greenhorn
Joined: Jan 06, 2005
Posts: 1
|
|
I have some ideas. JSP is not difference from Servlet. When you design web page, it is easy to use JSP than Servlet. You can embed JSP code in HTML code while servlet can't. JSP is the same to ASP.
|
 |
Jeroen Wenting
Ranch Hand
Joined: Oct 12, 2000
Posts: 5093
|
|
|
What's the difference between C and Pascal. Both get converted to executable code.
|
42
|
 |
Paul Bourdeaux
Ranch Hand
Joined: May 24, 2004
Posts: 783
|
|
|
Check out this link dealing with the same topic. You can also seach for "Jsp Servlet better" for more of the same. Basically they may be the same internally, but each has its own purpose. If you still have questions after checking out the links, post again.
|
“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook
|
 |
 |
|
|
subject: comparison between JSP and Servlet
|
|
|