File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
### Some useful Java examples
4
4
5
5
#### 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 ]
8
8
- [ Simulator for 'OutOfMemoryError'] [ OutOfMemoryErrorSim.md ]
9
9
- [ Singleton using 'enum'] [ EnumSingletonTest.md ]
10
- - [ How Repote Method Invocation(RMI) works] [ PowerServiceImpl.md ]
10
+ - [ How Remote Method Invocation(RMI) works] [ PowerServiceImpl.md ]
11
11
12
12
#### JVM features
13
13
- [ How JVM method-inline optimization works] [ NoClassInstance.md ]
You can’t perform that action at this time.
0 commit comments