What are internal variables?



What are internal variables?..

Answer / Chandra Kant

Internal variables in Java refer to instance variables that belong to a class. They are created when an object of the class is instantiated.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the purpose of tostring() method in java?

1 Answers  


What is use of a abstract variable?

1 Answers  


Does a class inherit the constructors of its superclass in java programming?

1 Answers  


How to instantiate static nested classes in java?

1 Answers  


What is lazy initialization in java?

1 Answers  


What does indexof return in java?

1 Answers  


Explain the difference between throw and throws in java?

1 Answers  


What is run time polymorphism?

6 Answers   eClerx, Elementus Technologies,


What is hash method?

1 Answers  


What is the technique adopted to create an immutable class?

1 Answers  


can any one send me the example program of immutable class?

2 Answers   Arfin, TCS,


What super () does in java?

1 Answers  


Categories