What is the super void?


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

Post New Answer

More Core Java Interview Questions

Which class should you use to obtain design information about an object in java programming?

0 Answers  


What mechanism does java use for memory management?

0 Answers  


Is the empty set a singleton?

0 Answers  


what is the messsage u r going to get from an objectoriented programing?

0 Answers   MGL,


What is early binding and late binding in java?

0 Answers  






What is difference between throw and throws ?

0 Answers   Cyient,


public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


What is runtime locatable code?

0 Answers   Cognizant,


What is multithreading ???? How to stop multithrading in java????

1 Answers   Cognizant,


What is the default initialized value of String type variable?

4 Answers  


What all methods are used to prevent thread execution ?

0 Answers  


You're given a Boolean 2D matrix, can you find the number of islands?

0 Answers   Amazon,


Categories