What is a final class in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


What is the primitive type short?

0 Answers  


what are variables in java

7 Answers   Wipro,


Is null a keyword in java?

0 Answers  


What is the difference between throw and throws?

10 Answers   IBM,






Why do we need array in java?

0 Answers  


What do you mean by platform independence of Java?

0 Answers  


What does system out println () do?

0 Answers  


In a container there are 5 components. I want to display all the component names, how will you do that?

0 Answers  


What does java se mean?

0 Answers  


What is difference between protected and private?

0 Answers  


What do you understand by the term polymorphism?

0 Answers  


Categories