What modifiers may be used with a top-level class?


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

Post New Answer

More Core Java Interview Questions

Can we use this () and super () in a method?

0 Answers  


What is a finally block? Is there a case when finally will not execute?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


Where is stringbuffer stored?

0 Answers  


what is a package?

11 Answers  






What is the difference between hashmap and hashtable in java?

0 Answers  


What is the purpose of abstract class?

0 Answers  


What is extension method in java?

0 Answers  


What is console based application in java?

0 Answers  


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

2 Answers  


What is the tradeoff between using an unordered array versus an ordered array?

0 Answers  


What is the significance of continue jump statement? Explain with an example.

0 Answers   Amdocs,


Categories