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 |
What is the purpose of tostring() method in java?
What is use of a abstract variable?
Does a class inherit the constructors of its superclass in java programming?
How to instantiate static nested classes in java?
What is lazy initialization in java?
What does indexof return in java?
Explain the difference between throw and throws in java?
What is run time polymorphism?
6 Answers eClerx, Elementus Technologies,
What is hash method?
What is the technique adopted to create an immutable class?
can any one send me the example program of immutable class?
What super () does in java?