Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down