Thread: GOOD WEB
View Single Post
  #4 (permalink)  
Old Nov 1st, 2004, 16:51
Webforumz Staff Webforumz Staff is offline
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
ASP is fairly easy to learn, but it doesn't scale well. JSP is designed for intensive applications as it compiles the first time it is run and therefore executes faster after that (like ASP.NET).

I think the better one really depends on your past experience. ASP is easier to learn if you have done visual basic, whereas JSP is easier to learn if you have done Java.