Which statement is true about Java?

Java MCQ: Which statement is true about Java?

a) Java is platform-independent
b) Java is a procedure-oriented programming language
c) Java does not support multithreading
d) Java does not support the development of web applications

Answer:

a) Java is platform-independent

Explanation:

Java is platform-independent due to its use of the Java Virtual Machine (JVM), which allows Java code to be run on any device or operating system that has a JVM. This makes Java a highly portable and versatile programming language.

Reference links:

https://www.rameshfadatare.com/learn-java-programming/
https://www.javaguides.net/p/java-tutorial-learn-java-programming.html

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top