From dda8538fd53a17b650d23207f8bc83e1172fe05c Mon Sep 17 00:00:00 2001 From: ShaikhLuiza Date: Sat, 28 Mar 2026 19:09:30 +0530 Subject: [PATCH] Improved documentation by adding feature descriptions --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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