diff options
author | Jake Prather <JakeHP@Zoho.com> | 2013-07-01 09:32:19 -0500 |
---|---|---|
committer | Jake Prather <JakeHP@Zoho.com> | 2013-07-01 09:32:19 -0500 |
commit | 9da1289d91d710dcd9157e364a32b0ba7928c679 (patch) | |
tree | be36d05fe4df825771bf8035402b97c1cba6731b /java.html.markdown | |
parent | 1863a5de878d527ade6d15f0e4c4ad92695c054d (diff) |
Added code conventions link
Diffstat (limited to 'java.html.markdown')
-rw-r--r-- | java.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java.html.markdown b/java.html.markdown index 587e793e..3d2e6bbe 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -349,4 +349,6 @@ Other Topics To Research: * [Generics](http://docs.oracle.com/javase/tutorial/java/generics/index.html) +* [Java Code Conventions](http://www.oracle.com/technetwork/java/codeconv-138413.html) + * The links provided are just to get an understanding of the topic, feel free to google and find specific examples |