Skip to content

Commit dcbd75c

Browse files
committed
Fixing Link to Wrapper Classes and Categorizing
1 parent f3f2b90 commit dcbd75c

File tree

1 file changed

+26
-18
lines changed

1 file changed

+26
-18
lines changed

readme.md

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
11
#Java Topics
2-
- [Abstract Class](docs/abstract-class.md)
3-
- [Arrays](docs/arrays.md)
2+
3+
##Basics
44
- [Basics of Objects and Classes](docs/basics-class-object.md)
5-
- [Collections](docs/collections.md)
6-
- [Constructors](docs/constructors.md)
5+
- [Arrays](docs/arrays.md)
76
- [Control Flow - If, Switch, for and while](docs/control-flow-if-switch-for-while)
8-
- [Enum](docs/enum.md)
9-
- [Exception Handling](docs/exception-handling.md)
10-
- [Files](docs/file-io.md)
11-
- [Generics](docs/generics.md)
12-
- [Inheritance and Polymorphism](docs/inheritance-and-polymorphism.md)
13-
- [Initializers](docs/initializers.md)
14-
- [Inner Classes](docs/inner-class.md)
15-
- [Interfaces](docs/interfaces.md)
7+
- [Operators](docs/operators.md)
8+
- [Variables - including initialization](docs/variables-initialization-and-more.md)
9+
- [String, String Buffer and String Builder](docs/string-and-string-buffer-builder.md)
10+
- [Wrapper classes](docs/wrapper-classes.md)
11+
12+
##Access and Non Access Modifiers
1613
- [Class Access Modifiers - Default, Public, Private and Protected](docs/modifiers-class-access.md)
1714
- [Member Access Modifiers](docs/modifiers-members-access.md)
1815
- [Final Modifier](docs/modifiers-nonaccess-final.md)
1916
- [Static Modifier](docs/modifiers-nonaccess-static)
17+
18+
##OOPS
2019
- [Object and its Methods](docs/object-methods.md)
20+
- [Inheritance and Polymorphism](docs/inheritance-and-polymorphism.md)
21+
- [Abstract Class](docs/abstract-class.md)
22+
- [Interfaces](docs/interfaces.md)
23+
- [Constructors](docs/constructors.md)
2124
- [More about OOPS](docs/oops-advanced.md)
22-
- [Operators](docs/operators.md)
25+
- [Inner Classes](docs/inner-class.md)
26+
27+
##Advanced Stuff
28+
- [Collections](docs/collections.md)
29+
- [Initializers](docs/initializers.md)
30+
- [Enum](docs/enum.md)
31+
- [Exception Handling](docs/exception-handling.md)
32+
- [Files](docs/file-io.md)
33+
- [Generics](docs/generics.md)
34+
- [Variable Arguments](docs/variable-arguments.md)
2335
- [Assert](docs/others-assert.md)
2436
- [Date and Calendar](docs/others-date-calendar.md)
25-
- [Others](docs/others.md)
2637
- [Serialization](docs/serialization.md)
27-
- [String, String Buffer and String Builder](docs/string-and-string-buffer-builder.md)
2838
- [Threads and Synchronization](docs/threads-and-synchronization.md)
29-
- [Variable Arguments](docs/variable-arguments.md)
30-
- [Variables - including initialization](docs/variables-initialization-and-more.md)
31-
- [Wrapper classes](wrapper-classes.md)
39+
- [Others](docs/others.md)

0 commit comments

Comments
 (0)