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 |
How many ways can you break a singleton class in java?
What’s the difference between constructors and other methods?
Give me an example of array and linked list? Where they can be used?
What is the root class for all Java classes?
In Serialization, whether you will use Static variables?
Can memory leak happen java?
How do you compare two strings lexicographically?
What is the reason that multiple inheritance is not possible in java??
What is meant by inheritance and what are its advantages?
What are triggers in DB? Explain their types. How do they work?
How can you set the applet size?
What is method overloading with type promotion?