What is scope & storage allocation of global and extern 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

When should I use singleton?

0 Answers  


What is the meaning of 3 dots in java?

0 Answers  


Explain different data types in Java.

5 Answers  


Does java isempty check for null?

0 Answers  


different types of threads?

18 Answers   TCS,


What is unicode?

5 Answers  


What is a J2EE component? List out all the component?

2 Answers   Adobe,


How to call static method?

4 Answers   Epoch,


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,


Why is java architectural neutral?

0 Answers  


What is finally and finalize in java?

0 Answers  


what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread

0 Answers  


Categories