Skip to content

Commit 5011085

Browse files
committed
Update readme.md
1 parent 507d1a9 commit 5011085

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
##Basics
44
- [Basics of Objects and Classes](docs/basics-class-object.md)
5-
- [Arrays](docs/arrays.md)
6-
- [Control Flow - If, Switch, for and while](docs/control-flow-if-switch-for-while)
7-
- [Operators](docs/operators.md)
85
- [Variables - including initialization](docs/variables-initialization-and-more.md)
6+
- [Operators](docs/operators.md)
7+
- [Control Flow - If, Switch, for and while](docs/control-flow-if-switch-for-while)
98
- [String, String Buffer and String Builder](docs/string-and-string-buffer-builder.md)
109
- [Wrapper classes](docs/wrapper-classes.md)
10+
- [Arrays](docs/arrays.md)
1111

1212
##Access and Non Access Modifiers
1313
- [Class Access Modifiers - Default, Public, Private and Protected](docs/modifiers-class-access.md)
@@ -21,12 +21,12 @@
2121
- [Abstract Class](docs/abstract-class.md)
2222
- [Interfaces](docs/interfaces.md)
2323
- [Constructors](docs/constructors.md)
24+
- [Initializers](docs/initializers.md)
2425
- [More about OOPS](docs/oops-advanced.md)
2526
- [Inner Classes](docs/inner-class.md)
2627

2728
##Advanced Stuff
2829
- [Collections](docs/collections.md)
29-
- [Initializers](docs/initializers.md)
3030
- [Enum](docs/enum.md)
3131
- [Exception Handling](docs/exception-handling.md)
3232
- [Files](docs/file-io.md)

0 commit comments

Comments
 (0)