Is the Java Virtual Machine provided by Sun written in Java? Is Dot Net Framework in C ++ or C #?

I am talking about the main platform for implementing these platforms.

+3
source share
4 answers

For Java, the JVM itself is written in C ++, possibly with a little C or even assembler. The standard API library, on the other hand, is written almost entirely in Java (with several built-in methods implemented in C or C ++).

+5
source

The JVM provided by Sun (Hotspot) is written in C ++, although parts of the standard Java library are also written in Java.

.NET. ( ) ++, #.

+3
+2

.Net- #. Microsoft Rotor, .NET. ++, , .

Java, , .Net, .

+1

Source: https://habr.com/ru/post/1753694/


All Articles