English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

whats the difference between Java and .Net

2007-02-05 08:49:32 · 5 answers · asked by Doubt please 1 in Computers & Internet Programming & Design

5 answers

Java is a programmers language
.Net is a developers language.

2007-02-05 08:53:32 · answer #1 · answered by Innovator says.. 1 · 1 1

Java is a platform-independent object-oriented programming language.

The basic idea behind Java is that from one codebase, written in Java, you can compile programs that will run on any platform that supports the Java runtime environment: Windows, Linux, Solaris, whatever.

.NET is also an object-oriented. It is Microsoft's attempt to simplify the process of programming Windows applications. .NET uses a common framework, which allows a programmer to write his application in any supported programming language -- Visual Basic, C#, J# -- and access the same data types, classes, assemblies, etc., and have the program run under any Windows PC that has the proper framework version installed.

In other words, if I write an application in VB.NET and the .NET Framework 2.0, I can be sure any Windows computer that has the .NET Framework 2.0 installed will run my program with no need to install or upgrade additional libraries, as was often the need back in the days of COM development (which .NET has replaced).

Likewise, I could re-code that program in C#, and it would run on the same computer, just like the VB version ran.

Note to previous answerers: While simply wrong answers are bad, glib answers are worse, especially when they aren't funny.

2007-02-05 13:38:33 · answer #2 · answered by Anonymous · 0 0

.Net is basically Microsofts version of JAVA. They took a lot of the principals from JAVA...inheritance, instantiation, platform compatibility, etc... and rolled it into their own version.
However .Net integrates several languages to allow people with different skills to work as a team. For example, a C++ developer can write part of a project and a VB developer can write another part and it can all be blended into an ASP webpage.

2007-02-05 08:57:14 · answer #3 · answered by rod 6 · 0 1

Java was originally created by a company called Sun Microsystems. It was originally a web based language. .NET is Microsoft's web-based platform that includes VB.NET, C#, J#, ASP.NET and ADO.NET.

2007-02-05 10:08:09 · answer #4 · answered by Richard H 7 · 0 1

javascript is a language for adding interactivity to HTML pages, used by small websites. .NET is a server technology, also for adding interactivity and is used by major websites. for more info go to wikipedia. Oracle is a OLE DB provider. it can work with .NET . it is a database engine.

2016-03-29 06:30:19 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers