What is scope & storage allocation of static, local and register variables? Explain with an example.


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

Post New Answer

More Core Java Interview Questions

Can an interface be final?

0 Answers  


What's the default access specifier for variables and methods of a class?

0 Answers  


i don't want fullforms of JDK an JVM i want definitions for them

2 Answers  


What is variable explain with example?

0 Answers  


What is qms certification?

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,


Is 'sizeof' a keyword?

7 Answers  


What does flagged out mean?

0 Answers  


What do you mean by an interface in java?

0 Answers  


write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.

0 Answers   Axcend,


How will you add panel to a frame?

0 Answers  


aabccdee Find the used alphabets as abcde ?

4 Answers  


Categories