Skip to content

Commit 8223c7d

Browse files
committed
2 parents f1422a8 + 8828412 commit 8223c7d

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@ Frequently asked Java Interview questions
44
### Table of Contents
55

66
<!-- TOC_START -->
7-
| No. | Questions |
8-
| --- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9-
| 1 | [How does JVM works](#how-does-jvm-works) |
10-
| 2 | [What are the main features of Java](#what-are-the-main-features-of-Java) |
11-
| 3 | [What is string constant pool](#what-is-string-constant-pool) |
12-
| 4 | [Why strings are immutable](#why-strings-are-immutable) |
13-
| 5 | [What is the difference between StringBuffer and StringBuilder](#what-is-the-difference-between-stringBuffer-and-stringBuilder) |
14-
| 6 | [What is the importance of hashCode() and equals() methods](#what-is-the-importance-of-hashCode()-and-equals()-methods) |
15-
| 7 | [What is the difference between checked and unchecked expceptions](#what-is-the-difference-between-checked-and-unchecked-expceptions) |
16-
| 8 | [What are wrapper classes](#what-are-wrapper-classes) |
17-
| 9 | [What is the difference between abstract class and interface](#what-is-the-difference-between-abstract-class-and-interface) |
18-
| 10 | [What are marker interfaces](#what-are-marker-interfaces) |
19-
7+
| No. | Questions |
8+
| --- | --------- |
9+
| 1 | [What are the differences between JVM, JRE and JDK?](#what-are-the-differences-between-jvm-jre-and-jdk) |
10+
| 2 | [Why Java is platform-independent language](#why-java-is-platform-independent-language) |
11+
| 3 | [How does JVM works](#how-does-jvm-works) |
12+
| 4 | [What are the main features of Java](#what-are-the-main-features-of-java) |
13+
| 5 | [What is string constant pool](#what-is-string-constant-pool) |
14+
| 6 | [Why strings are immutable](#why-strings-are-immutable) |
15+
| 7 | [What is the difference between StringBuffer and StringBuilder](#what-is-the-difference-between-stringbuffer-and-stringbuilder) |
16+
| 8 | [What is the importance of hashCode() and equals() methods](#what-is-the-importance-of-hashcode-and-equals-methods) |
17+
| 9 | [What is the difference between checked and unchecked expceptions](#what-is-the-difference-between-checked-and-unchecked-expceptions) |
18+
| 10 | [What are wrapper classes](#what-are-wrapper-classes) |
19+
| 11 | [What is the difference between abstract class and interface](#what-is-the-difference-between-abstract-class-and-interface) |
20+
| 12 | [What are marker interfaces](#what-are-marker-interfaces) |
21+
| 13 | [What are collections in Java?](#what-are-collections-in-java) |
22+
| 14 | [What are the differences between arraylist and vector?](#what-are-the-differences-between-arraylist-and-vector) |
2023
<!-- TOC_END -->
2124

2225
<!-- QUESTIONS_START -->

0 commit comments

Comments
 (0)