What is return null in java?


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

Post New Answer

More Core Java Interview Questions

Convert a BST into a DLL and DLL to BST in place.

0 Answers   Amazon,


What is the GregorianCalendar class?

2 Answers   HCL,


What is stringjoiner ?

0 Answers  


What are command line arguments?

3 Answers  


What is a stream? what are the different types and classes of Streams?

2 Answers  






Explain access modifiers in java.

0 Answers  


What is JAVA? Why it is platform independent?

10 Answers   NIIT,


Is cout buffered?

0 Answers  


Name the types of 'priority'?

2 Answers  


Tell us something about set interface.

0 Answers  


What are the Main functions of Java?

0 Answers   Akamai Technologies,


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


Categories