ICSE Class 10 Computer Applications
Question 12 of 15
Introduction to Java — Question 13
Back to all questions 13
Question Question 13
Can Java run on any machine? What is required to run Java on a computer?
A platform specific JVM is required to run Java programs on a computer. If a corresponding JVM is installed on the machine then Java can run on that machine.