i like to know the difference between Asp.net and j2ee
+1
A:
J2EE (since 3 years to be called "Java EE") is a bit broader than ASP.NET (that was an understatement). You can best compare "ASP.NET" with "JSF". They both have the same purposes/capabilities: a component based MVC framework which offers taglibs which are to be used in respectively ASP and JSP pages. The major difference is that ASP.NET is to be runt with C# "codebehind", while JSF is to be runt with Java "codebehind".
That's basically all. The one is based on C#, the other is based on Java.
BalusC
2010-01-24 01:56:24