-
-
-
-
-
-
-
-
-
-
What are the advantages of inheritance? (Select multiple)
A) Reusability of codeB) accessibility of variables of the superclass by subclasses.C) Accessibility of methods of the superclass by subclasses.D) a,b are true
-
-
-
-
State true or false :- Can a double value be cast to a byte?
A) TrueB) False
-
What are all the four states associated in the thread?
A) newB) runnableC) blockedD) dead
-
-
-
-
-
How to Read text files sing JAVA
By using InputFileReader Class
Java Interview Questions
Ans