IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE
VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE
THE final VARIABLE AT THE TIME OF THEIR DECLARATION?


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

Post New Answer

More OOPS Interview Questions

What is polymorphism explain its types?

0 Answers  


What is abstract class in oop?

0 Answers  


What are the data types in oop?

0 Answers  


what are the ways in which a constructors can be called?

2 Answers   TCS,


What is super in oop?

0 Answers  


Why static functions always uses static variables?

3 Answers  


Can private class be inherited?

0 Answers  


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

0 Answers  


how does a main() in C++ is different from main() in C?

7 Answers  


what is the new version of oops

0 Answers   Ignou,


design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }

1 Answers   HSBC,


How does polymorphism work?

0 Answers  


Categories