tags:

views:

298

answers:

3

i like to know the difference between Asp.net and j2ee

+2  A: 

Java and .NET? ahem

Xinxua
+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
A: 

You would love working on JEE ;)

SB