Identify two features of Java.
Identify two features of Java.
Java is platform independent, meaning that compiled Java code can run on any platform that has a Java Virtual Machine (JVM). Additionally, Java is known for its robustness because it has strong memory management, exception-handling capabilities, and a robust security feature.
Platform Independent Architecture Independent Must install correct JDK/JRE as per Arch and Platform to run any java/class file