What does a void function return?


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

Post New Answer

More Core Java Interview Questions

Can a class have multiple constructors?

0 Answers  


what is the diff b/w arraylist and vector?

6 Answers   Code Genesis, Genesis, Sprintine Labs,


How is Object Oriented Programming different from Procedure Oriented Programming?

0 Answers   Amdocs,


What are the drawbacks of singleton class?

0 Answers  


Can I override protected method in java?

0 Answers  






What is difference between jdk,jre and jvm?

0 Answers  


What is difference between hashset and hashmap?

0 Answers  


What is type conversion in java?

0 Answers  


How finally used under exception handling?

0 Answers  


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  


What is exception propagation?

0 Answers  


GoldMansachs Interview process....

1 Answers   Goldman Sachs,


Categories