Podcast
Questions and Answers
Which of the following is a feature of Java?
Which of the following is a feature of Java?
- Java is a markup language
- Java is a compiled language (correct)
- Java is a scripting language
- Java is a styling language
What is the purpose of the Java Virtual Machine (JVM)?
What is the purpose of the Java Virtual Machine (JVM)?
- To compile Java code into machine code
- To provide a user interface for Java programs
- To debug Java code
- To execute Java code on any platform (correct)
What is an interface in Java?
What is an interface in Java?
- A way to declare a new data type (correct)
- A tool for debugging Java code
- A collection of related methods with an empty body
- A graphical user interface (GUI) for Java programs