Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP.NET nothing like java
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00820920
Message ID:
00821560
Views:
27
Perhaps you can compare it to Servlets?

>Hi Fred,
>
>You can't compare Java Applets and ASP.NET apps. Java Applets are client-side applications and ASP.NET is supposed to run at server-side. ASP.NET generates the resulting HTML and sends it to the browser, so what you have at the client-site is HTML/CSS/Javascript; no executable code at all.
>
>Java applets generate .class files which need to be downloaded to the client and are executed by a plug-in. ASP.NET is 100% server-side.
>
>It would be more fair if you compare ASP.NET with another server-side technology, such as JSP.
>
>Regards,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform