@@ -774,7 +774,7 @@ Make them do one. -->
774774 - [ Get a Constructor] ( ./reflection/get_a_constructor.md )
775775 - [ Get all Constructors] ( ./reflection/get_all_constructors.md )
776776 - [ Invoke a Constructor] ( ./reflection/invoke_a_constructor.md )
777-
777+ - [ Challenges ] ( ./reflection/challenges.md )
778778- [ Annotations] ( ./annotations.md )
779779 - [ Declaration] ( ./annotations/declaration.md )
780780 - [ Usage] ( ./annotations/usage.md )
@@ -785,6 +785,7 @@ Make them do one. -->
785785 - [ @Retention ] ( ./annotations/retention.md )
786786 - [ Reflective Access] ( ./annotations/reflective_access.md )
787787 - [ @Override ] ( ./annotations/override.md )
788+ - [ Challenges] ( ./annotations/challenges.md )
788789 <!-- - [@Deprecated](./annotations/deprecated)
789790 - [@Repeatable]()Note: When doing javadoc, write about @Documented -->
790791
@@ -805,6 +806,7 @@ Make them do one. -->
805806 - [ Interface Extension] ( ./interfaces_ii/interface_extension.md )
806807 - [ Static Methods] ( ./interfaces_ii/static_methods.md )
807808 - [ Static Fields] ( ./interfaces_ii/static_fields.md )
809+ - [ Challenges] ( ./interfaces_ii/challenges.md )
808810- [ Class Extension] ( ./class_extension.md )
809811 - [ Extend a Class] ( ./class_extension/extend_a_class.md )
810812 - [ Inheritance] ( ./class_extension/inheritance.md )
@@ -815,6 +817,7 @@ Make them do one. -->
815817 - [ Relation to Interfaces] ( ./class_extension/relation_to_interfaces.md )
816818 - [ Relation to Encapsulation] ( ./class_extension/relation_to_encapsulation.md )
817819 - [ Final Classes] ( ./class_extension/final_classes.md )
820+ - [ Challenges] ( ./class_extension/challenges.md )
818821
819822
820823# Data Types IX
@@ -825,6 +828,7 @@ Make them do one. -->
825828 - [ long] ( ./niche_numerics/long.md )
826829 - [ Unsigned Operations] ( ./niche_numerics/unsigned_operations.md )
827830 - [ float] ( ./niche_numerics/float.md )
831+ - [ Challenges] ( ./niche_numerics/challenges.md )
828832
829833# Projects
830834
0 commit comments