Which class is the superclass of all classes?


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

Post New Answer

More Core Java Interview Questions

what is platform native code

2 Answers   i3 Solutions,


what is difference between servletconfig and servletcontext?

3 Answers   Amdocs,


What are thread groups?

0 Answers  


Is it possible to compare various strings with the help of == operator?

0 Answers  


Explain scope or life time of local variables in java?

0 Answers  






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,


Difference between class#getinstance() and new operator ?

0 Answers  


What is stream api in java8?

0 Answers  


Is java still necessary?

0 Answers  


what is wrapper class and its uses?

2 Answers  


What is sizeof in java?

0 Answers  


What is a java object and java application?

0 Answers  


Categories