What are the main features of Java?

Question

can you help me with this question

Answer ( 1 )

  1. java is known for the following features:

    • Platform Independent – Uses the JVM to run on any OS.
    • Object-Oriented – Everything in Java is based on objects and classes.
    • Garbage Collection – Automatic memory management.
    • Multi-threaded – Supports concurrent execution of threads.
    • Robust & Secure – Strong memory management, exception handling, and security mechanisms.

Leave an answer