Joke Collection Website - Joke collection - The difference between javaapi and windowsapi

The difference between javaapi and windowsapi

JAVA API is compiled by JAVA virtual machine, and the virtual machine will convert your JAVA API into WINDOWS API or corresponding binary code (if it is on other operating system platforms, it will be converted into APIs of other platforms).

The Windows API is provided by the Windows operating system and is used for dialogue with the operating system.