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 is the statements?
What is illegal identifier in java?
What about abstract classes in java?
what is the major difference between linkedlist and arraylist in java?
How the interruptible method gets implemented?
Explain the use of sublass in a java program?
What happens if main method is not static?
What is boolean law?
What is the use of generics? When was it added to the Java development Kit?
Why is string builder not thread safe?
Why java is said to be pass-by-value ?
What is static method with example?
Can a constructor be protected?
What is multi level inheritance in java?
Explain about complier design(phases)