You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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)|
0 commit comments