solving problem

profilefalsafr

1. Describe how the Java Virtual Machine (JVM) enables a computer to run a java program. Give a specific example with a java code. (5 points). 



2. Explain the difference between Java Development Toolkit (JDK) and Java Runtime Environment (JRE). (5 points). 



3. Identify and correct the error(s) in the code below. (5 points) Public class HelloWorld { Public Static void Main(string [ ] Args) { System.Out.Println(“Hello World”); }

    • 9 years ago
    • 5
    Answer(0)