Java Technology Basic and must read References on Java
These references provide fundamental concepts and examples on the Java Programming Languages.
- http://www.mindviewinc.com/Books/TIJ4/
- https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html
- https://docs.oracle.com/javase/tutorial/essential/TOC.html
- https://en.wikipedia.org/wiki/Design_Patterns Gof4
- http://dept.cs.williams.edu/~bailey/JavaStructures/Welcome.html
- https://docs.oracle.com/javase/tutorial/essential/concurrency/
- http://www-lb.cs.umd.edu/class/spring2002/cmsc433-0101/Lectures/cpjslides.pdf
- https://books.google.com/books?id=-x1S4neCSOYC
- http://www.oracle.com/technetwork/articles/java/vmoptions-jsp-140102.html
- http://www.oracle.com/technetwork/articles/java/vmoptions-jsp-140102.html
- Java Fundamentals
-
Gang of Four Design Pattern book
-
Java Data Structure
- Java tutorial on Currency
-
Java JVM Options References
Reference and Summary on fundamentals on JAVA language.
- Java arguments pass by value or reference – good discussion on what is pass by value vs pass by reference.
- https://en.wikipedia.org/wiki/Cache_algorithms