My interview asked what is dynamic variable in java and
where we use them.
Answers were Sorted based on User's Feedback
Answer / lakshmikanth
Dynamic variable is a variable created/assigned by the
compiler during the run/compilation time.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / 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 |
why java does not have operator overloading?
How applets will communicate with each other?
What are basic keywords?
Can a constructor call another constructor?
What is difference between add() and addelement() in vector?
What is natural ordering in java?
Explain purpose of sleep() method in java?
How strings are created in java?
What is meant by class loader? How many types are there? When will we use them?
What do you understand by java virtual machine?
What is a map? What are the implementations of map?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?