@@ -4,19 +4,22 @@ Frequently asked Java Interview questions
4
4
### Table of Contents
5
5
6
6
<!-- 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 ) |
20
23
<!-- TOC_END -->
21
24
22
25
<!-- QUESTIONS_START -->
0 commit comments