summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJake Prather <JakeHP@Zoho.com>2013-06-29 22:54:53 -0500
committerJake Prather <JakeHP@Zoho.com>2013-06-29 22:54:53 -0500
commit9c9f2c6b9a50ccc7a987d3c9bf6fd26bd1cc3d15 (patch)
treef286f14d52835f611431d1f7a5ee3307f6d3b325
parent64c292a05976a0f61f7699102bf4e344747675c1 (diff)
Update java.html.markdown
-rw-r--r--java.html.markdown18
1 files changed, 12 insertions, 6 deletions
diff --git a/java.html.markdown b/java.html.markdown
index 80271f7f..5f8aec2b 100644
--- a/java.html.markdown
+++ b/java.html.markdown
@@ -305,9 +305,15 @@ Read more here: https://en.wikipedia.org/wiki/Java_(programming_language)
## Further Reading
Other Topics To Research:
- -Inheritance (http://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming))
- -Abstraction (http://en.wikipedia.org/wiki/Abstraction_(computer_science))
- -Exceptions (http://en.wikipedia.org/wiki/Exception_handling)
- -Interfaces (http://en.wikipedia.org/wiki/Interfaces_(computer_science))
- -Generics (http://en.wikipedia.org/wiki/Generics_in_Java)
- The links provided are just to get an understanding of the topic, feel free to google and find specific examples
+
+ * Inheritance (http://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming))
+
+ * Abstraction (http://en.wikipedia.org/wiki/Abstraction_(computer_science))
+
+ * Exceptions (http://en.wikipedia.org/wiki/Exception_handling)
+
+ * Interfaces (http://en.wikipedia.org/wiki/Interfaces_(computer_science))
+
+ * Generics (http://en.wikipedia.org/wiki/Generics_in_Java)
+
+ * The links provided are just to get an understanding of the topic, feel free to google and find specific examples