Skip to content

Commit d3f2fb2

Browse files
[auto] regenerate table of contents
1 parent 9023395 commit d3f2fb2

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

README.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,26 @@ Frequently asked Java Interview questions
55
### Table of Contents
66

77
<!-- TOC_START -->
8-
9-
| No. | Questions |
10-
| --- | ------------------------------------------------------------------------------------------------------------------------------------- |
11-
| 1 | [What are the differences between JVM, JRE and JDK?](#what-are-the-differences-between-jvm-jre-and-jdk) |
12-
| 2 | [Why Java is platform-independent language](#why-java-is-platform-independent-language) |
13-
| 3 | [How does JVM works](#how-does-jvm-works) |
14-
| 4 | [What are the main features of Java](#what-are-the-main-features-of-java) |
15-
| 5 | [What is public static void main?](#what-is-public-static-void-main) |
16-
| 6 | [What is string constant pool](#what-is-string-constant-pool) |
17-
| 7 | [Why strings are immutable](#why-strings-are-immutable) |
18-
| 8 | [What is the difference between StringBuffer and StringBuilder](#what-is-the-difference-between-stringbuffer-and-stringbuilder) |
19-
| 9 | [What is the importance of hashCode() and equals() methods](#what-is-the-importance-of-hashcode-and-equals-methods) |
20-
| 10 | [What is the difference between checked and unchecked expceptions](#what-is-the-difference-between-checked-and-unchecked-expceptions) |
21-
| 11 | [What are wrapper classes](#what-are-wrapper-classes) |
22-
| 12 | [Why java is not pure object oriented language](#why-java-is-not-pure-object-oriented-language) |
23-
| 13 | [What is the difference between abstract class and interface](#what-is-the-difference-between-abstract-class-and-interface) |
24-
| 14 | [What are marker interfaces](#what-are-marker-interfaces) |
25-
| 15 | [What are collections in Java?](#what-are-collections-in-java) |
26-
| 16 | [What are the differences between arraylist and vector?](#what-are-the-differences-between-arraylist-and-vector) |
27-
| 17 | [What is finalize method? How do you override it?](#what-is-finalize-method-how-do-you-override-it) |
28-
8+
| No. | Questions |
9+
| --- | --------- |
10+
| 1 | [What are the differences between JVM, JRE and JDK?](#what-are-the-differences-between-jvm-jre-and-jdk) |
11+
| 2 | [Why Java is platform-independent language](#why-java-is-platform-independent-language) |
12+
| 3 | [How does JVM works](#how-does-jvm-works) |
13+
| 4 | [What are the main features of Java](#what-are-the-main-features-of-java) |
14+
| 5 | [What is public static void main?](#what-is-public-static-void-main) |
15+
| 6 | [What is string constant pool](#what-is-string-constant-pool) |
16+
| 7 | [Why strings are immutable](#why-strings-are-immutable) |
17+
| 8 | [What is the difference between StringBuffer and StringBuilder](#what-is-the-difference-between-stringbuffer-and-stringbuilder) |
18+
| 9 | [What is the importance of hashCode() and equals() methods](#what-is-the-importance-of-hashcode-and-equals-methods) |
19+
| 10 | [What is the difference between checked and unchecked expceptions](#what-is-the-difference-between-checked-and-unchecked-expceptions) |
20+
| 11 | [What are wrapper classes](#what-are-wrapper-classes) |
21+
| 12 | [Why java is not pure object oriented language](#why-java-is-not-pure-object-oriented-language) |
22+
| 13 | [What is the difference between abstract class and interface](#what-is-the-difference-between-abstract-class-and-interface) |
23+
| 14 | [What are marker interfaces](#what-are-marker-interfaces) |
24+
| 15 | [What are collections in Java?](#what-are-collections-in-java) |
25+
| 16 | [What are the differences between arraylist and vector?](#what-are-the-differences-between-arraylist-and-vector) |
26+
| 17 | [What is finalize method? How do you override it?](#what-is-finalize-method-how-do-you-override-it) |
27+
| 18 | [What Is the Difference Between the Comparable and Comparator Interfaces](#what-is-the-difference-between-the-comparable-and-comparator-interfaces) |
2928
<!-- TOC_END -->
3029

3130
<!-- QUESTIONS_START -->

0 commit comments

Comments
 (0)