0% found this document useful (0 votes)
3 views

Java Preparation Guide

The document is a Java preparation guide that lists various important topics along with corresponding resources. Key topics include the Java Collection Framework, OOP concepts, immutability, and differences between various Java components. It serves as a comprehensive checklist for Java learners to enhance their understanding of the language.

Uploaded by

Vaibhav Creation
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Java Preparation Guide

The document is a Java preparation guide that lists various important topics along with corresponding resources. Key topics include the Java Collection Framework, OOP concepts, immutability, and differences between various Java components. It serves as a comprehensive checklist for Java learners to enhance their understanding of the language.

Uploaded by

Vaibhav Creation
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Java Preparation Guide​​

​ ​
Sr. Topic Resource
No.
0 Java crash course Link
1 Java Collection Framework (Very Important) Link
2 Java OOPS (Very Important) Link
3 Is Java 100% Object oriented? Link
4 Difference between final, finally and finalize Link
keywords
5 Why Java doesn’t have concepts of pointers Link
like C/C++?
6 How to make a class immutable? Link
7 Difference between JDK, JRE and JRM Link
8 What is a JIT compiler? Link
9 What is a singleton class? How to make a class Link
singleton?
10 Difference between process and threads? Link
11 Why is string immutable in Java? Link
12 What is difference between StringBuffer and Link
StringBuilder?
13 What is a wrapper class? Link
14 Difference between Abstract Classes and Link
Interfaces?
15 Different types of interfaces? Link
16 Why does java not support multiple Link
inheritance?
17 Java Thread lifecycle Link
18 Difference between method overloading and Link
method overriding
19 What is difference between heap and stack Link
memory?
20 What is an Association in Java? Link

You might also like