My interview asked what is dynamic variable in java and
where we use them.
Answer Posted / nishant kumar
Dynamic variable is a variable than is declear before the compile and assigned the value at the run time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you explain the usages of class.forname()?
What does three dots mean in java?
Is array size fixed in java?
what is recursion in java
What does flag mean in java?
Is null a string?
Explain wait(), notify() and notifyall() methods of object class ?
What is a for loop in java?
Why enumeration is faster than iterator?
What happens if we don’t override run method ?
Can private class be extended java?
Which is a valid identifier?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What is garbage collection? What is the process that is responsible for doing that in java?
What is quick sort in java?