Which class is the superclass for all the classes?


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

Post New Answer

More Core Java Interview Questions

Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


What is treeset in java?

0 Answers  


How do you invoke a method?

0 Answers  


What does it mean to flush a file?

0 Answers  


What is the difference between a vector & an array list?

0 Answers   Agilent,






What is a string what operation can be performed out with the help of a string?

0 Answers  


Can we extend singleton class?

0 Answers  


system.out.println(1 + 3);

8 Answers  


Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.

5 Answers  


How to write custom exception in java?

0 Answers   Cyient,


Write a program to print the pattern given below

0 Answers  


is it possible to add a object in a HASHMAP

6 Answers   HCL,


Categories