Skip to content

Commit 2f472c0

Browse files
authored
readme++
readme++
1 parent a82f110 commit 2f472c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
### Some useful Java examples
44

55
#### Language features
6-
- [A static nested class is called 'Static Nested Class'. A NON static nested class is called 'Inner Class'][NestedClassTest.md]
7-
- [Program to analyze, how shift operation based calculation is faster than mathematical operation based][NativeCalc.md]
6+
- [A static nested class is 'Static Nested Class'. A non static nested class becomes 'Inner Class'][NestedClassTest.md]
7+
- [How shift operation based calculation is faster than mathematical equivalent][NativeCalc.md]
88
- [Simulator for 'OutOfMemoryError'][OutOfMemoryErrorSim.md]
99
- [Singleton using 'enum'][EnumSingletonTest.md]
10-
- [How Repote Method Invocation(RMI) works][PowerServiceImpl.md]
10+
- [How Remote Method Invocation(RMI) works][PowerServiceImpl.md]
1111

1212
#### JVM features
1313
- [How JVM method-inline optimization works][NoClassInstance.md]

0 commit comments

Comments
 (0)