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
How do you bind variables?
What is the meaning of variables in research?
What is data and its types?
Explain numeric promotion?
What is the difference between stream and buffer?
Is string pool garbage collected?
What’s a deadlock?
What is meant by stack and queue?
Explain the importance of join() method in thread class?
Why do we need singleton class?
What is charat ()?
What is the function of log?
What is the common usage of serialization?
What is an eror in java?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.