Skip to content

Commit 93c07fc

Browse files
Update README.md
1 parent 00ce41e commit 93c07fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_moreReadMe/howItWorks/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Java is a **programming language** and a **platform**.
1414
- It has Rich set of APIs
1515
- Removed confusing features - explicit pointers, operator overloading, multiple inheritance, etc
1616

17-
- **Object-oriented:**
18-
- In Java, we organize the software as a combination of different types of objects that incorporates both data and behaviour.
17+
- **Object-Oriented:**
18+
- In Java, we organize the software as a combination of different types of objects that incorporates both data and behavior.
1919
- Based on the concept of Objects, Class, Inheritance, Polymorphism, Abstraction, Encapsulation
2020

2121
- **Platform Independent:**
@@ -34,8 +34,8 @@ Java is a **programming language** and a **platform**.
3434

3535
- **Robust:**
3636
- **Good memory management -** automatic garbage collection.
37-
- **No pointers -** increses security.
38-
- **Exception handling -** increses robustness against errors.
37+
- **No pointers -** increases security.
38+
- **Exception handling -** increases robustness against errors.
3939
- **Strongly typed -** every variable must be declared with a data type.
4040
- **Statically typed -** type checking of variables is performed at compile time.
4141

@@ -45,7 +45,7 @@ Java is a **programming language** and a **platform**.
4545
- **Portable:**
4646
- Write Once and Run Anywhere.
4747

48-
- **interpreted:**
48+
- **Interpreted:**
4949
- Java is compiled to bytecodes, which are interpreted by a Java run-time environment.
5050
- The interpreter reads bytecode stream then execute the instructions.
5151

0 commit comments

Comments
 (0)