File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ Frequently asked Java Interview questions
17
17
| 9 | [ What is the importance of hashCode() and equals() methods] ( #what-is-the-importance-of-hashcode-and-equals-methods ) |
18
18
| 10 | [ What is the difference between checked and unchecked expceptions] ( #what-is-the-difference-between-checked-and-unchecked-expceptions ) |
19
19
| 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 ) |
25
26
<!-- TOC_END -->
26
27
27
28
<!-- QUESTIONS_START -->
You can’t perform that action at this time.
0 commit comments