A guide to JVM parameters for Java developers

Posted by bob on Apr 15, 2022 2:07 AM EDT
Opensource.com; By Jayashree Huttanagoudar
Mail this story
Print this story

When you write source code, you're writing code for humans to read. Computers can't execute source code until the code is compiled into machine language, a generic term referring to any number of languages required by a specific machine. Normally, if you compile code on Linux, it runs on Linux, and if you compile code on Windows, it runs on Windows, and so on. However, Java is different. It doesn't target an actual machine. It targets something called the Java Virtual Machine (JVM), and so it can run on any machine.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Cloud, Developer, Distributions, Linux, Microsoft, Red Hat

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.