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
Is java jre still free?
What is string [] args?
What is the difference between compile-time polymorphism and runtime polymorphism?
How does arraylist size increase in java?
What is the output of the below java program?
What are the methods used to implement for the key object in the hash map?
What is the use of predicate in java 8?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is meant by 'bit masking' in java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
Is static a singleton?
Explain about interthread communication and how it takes place in java?
What happens if we don’t define serial version uid?
Can you change array size in java?
How many digits can a float hold?