My interview asked what is dynamic variable in java and
where we use them.
Answer Posted / lakshmikanth
Dynamic variable is a variable created/assigned by the
compiler during the run/compilation time.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What happens if an exception is throws from an object's destructor?
What is boolean data type in java?
Is a class subclass of itself?
Which programming language is best in future?
What is meant by nested loop?
Explain when classnotfoundexception will be raised ?
Is string pool garbage collected?
How do singleton patterns work?
What is the use of hashmap in java?
What are the types of arrays in java?
Why is core java important?
When do we need to use internal iteration? When do we need to use external iteration?
Can we override private constructor in java?
Write a code to show a static variable?
What is the difference between an inner class and a sub-class?