Computer Science, asked by c1hilBalashru, 1 year ago

difference between java and .net

Answers

Answered by NightHawk
0
Java applications run on "virtual machines" that were written for each platform.  The .NET Framework is a concrete and free product that is developed by Microsoft and integrated into the Windows operating system.
Answered by Anonymous
0

Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to byte code that can run on any Java virtual machine (JVM) regardless of computer architecture.

The Microsoft .NET Framework is a software technology that is available with several Microsoft Windows operating systems. It includes a large library of pre-coded solutions to common programming problems and a virtual machine that manages the execution of programs written specifically for the framework. The .NET Framework is a key Microsoft offering and is intended to be used by most new applications created for the Windows platform.I

Similar questions