Skip to content

Study Material

Abhishek Khare edited this page Dec 25, 2016 · 7 revisions

Welcome to the CoreJava wiki!

**Main Topics - OOPS, Java Memory Model, Java Architecture, Collections and Generic, Concurrency, Java 8, Design Pattern and Algorithm. ***

OOPS Encapsulation, Abstraction,Association, Aggregation, Composition, Polymorphism, Inheritance, Generalization and Specialization, Cohesion and Coupling.

Java Memory Model and Garbage Collection http://www.journaldev.com/2856/java-jvm-memory-model-and-garbage-collection-monitoring-tuning http://www.journaldev.com/4098/java-heap-memory-vs-stack-memory-difference http://www.journaldev.com/797/what-is-java-string-pool http://www.journaldev.com/3884/java-is-pass-by-value-and-not-pass-by-reference

Collections & Generics (http://www.journaldev.com/1330/java-collections-interview-questions-and-answers#generics-sub-typing)

http://javarevisited.blogspot.sg/2011/04/difference-between-concurrenthashmap.html

Threads & Concurrency http://tutorials.jenkov.com/java-concurrency/index.html http://tutorials.jenkov.com/java-util-concurrent/index.html

-What is blocking methods in Java and how do deal with it?(http://javarevisited.blogspot.sg/2012/02/what-is-blocking-methods-in-java-and.html)

Clone this wiki locally