View Single Post
  #1 (permalink)  
Old 08-06-2007, 07:25 PM
barney barney is offline
Member
 
Join Date: Jul 2007
Posts: 40
barney is on a distinguished road
Difference between ASP and JSP
Hi, I used to use ASP for creating dynamic web-application, but due to gonna to maintain some of the web application in JSP, so i got to learn JSP.
I'm here would like to know some of the JSP fundamental before starting my JSP training. Below are my questions.
  • As we know, in ASP the data can be passed between pages by using Request.QueryString, Hidden Input and Session. How about JSP?
  • Does JSP maintain state by using session object as well?
  • Can JSP support COM components? (For my understanding it should be can as JSP support IIS).

Thanks.
Reply With Quote
Sponsored Links