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
What are the advantages of assembly language?
Can we override constructors in java?
Convert Binary tree to linked list.
what is session in java?
Is hashmap thread safe?
Why is multithreading important?
What a static class can contains?
How does list work in java?
Can you explain the final method modifier?
How do constructors use this() and super()?
What does nextint () do in java?
How do you declare an array that will hold more than 64KB of data?
What carriage return means?
Which are the two subclasses under exception class?
What is mutable object and immutable object?