Which of the following is the most important feature that makes Java suitable…
2024
Which of the following is the most important feature that makes Java suitable for Internet applications?
Answer: C. Portable and distributed — Java is highly suitable for Internet applications because it is: Portable → Java programs can run on different platforms using the JVM (Java Virtual Machine).…
- A.
Faster execution
- B.
Object oriented & robust
- C.
Portable and distributed
- D.
Simple & secure
- E.
Question not attempted
Attempted by 361 students.
Show answer & explanation
Correct answer: C
Java is highly suitable for Internet applications because it is:
Portable → Java programs can run on different platforms using the JVM (Java Virtual Machine). This is known as “Write Once, Run Anywhere” (WORA).
Distributed → Java provides networking features and libraries that help create distributed and web-based applications.
These features made Java very popular for Internet and network applications.