diff --git a/README.md b/README.md index 033d047..c7f8e37 100644 --- a/README.md +++ b/README.md @@ -219,9 +219,17 @@ This section explains how to compile and run a JAVA application from the command - Why Should we learn Java / Features of Java? - Platform Independent - WORA (Write Once Run Anywhere) - Object Oriented - - Support web based application - - Robust (example - exception handling) - - Multi-threaded + - Supports web-based applications + - Robust (exception handling) + - Multithreaded + - Secure + - High Performance + - Distributed + - Portable + - Dynamic + - Architecture Neutral + - Rich Standard Library + - What does platform independent means? - Test.java -> javac -> Test.class (ByteCode) -> Any JVM in any OS can run the ByteCode - History of Java