Skip to content

Commit 3089b45

Browse files
[auto] regenerate table of contents
1 parent 2b2b602 commit 3089b45

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ Frequently asked Java Interview questions
1717
| 9 | [What is the importance of hashCode() and equals() methods](#what-is-the-importance-of-hashcode-and-equals-methods) |
1818
| 10 | [What is the difference between checked and unchecked expceptions](#what-is-the-difference-between-checked-and-unchecked-expceptions) |
1919
| 11 | [What are wrapper classes](#what-are-wrapper-classes) |
20-
| 12 | [What is the difference between abstract class and interface](#what-is-the-difference-between-abstract-class-and-interface) |
21-
| 13 | [What are marker interfaces](#what-are-marker-interfaces) |
22-
| 14 | [What are collections in Java?](#what-are-collections-in-java) |
23-
| 15 | [What are the differences between arraylist and vector?](#what-are-the-differences-between-arraylist-and-vector) |
24-
| 16 | [What is finalize method? How do you override it?](#what-is-finalize-method-how-do-you-override-it) |
20+
| 12 | [Why java is not pure object oriented language](#why-java-is-not-pure-object-oriented-language) |
21+
| 13 | [What is the difference between abstract class and interface](#what-is-the-difference-between-abstract-class-and-interface) |
22+
| 14 | [What are marker interfaces](#what-are-marker-interfaces) |
23+
| 15 | [What are collections in Java?](#what-are-collections-in-java) |
24+
| 16 | [What are the differences between arraylist and vector?](#what-are-the-differences-between-arraylist-and-vector) |
25+
| 17 | [What is finalize method? How do you override it?](#what-is-finalize-method-how-do-you-override-it) |
2526
<!-- TOC_END -->
2627

2728
<!-- QUESTIONS_START -->

0 commit comments

Comments
 (0)