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 |
Give the hierarchy of inputstream and outputstream classes.
What is the difference between serializable and externalizable interface?
What is generic class?
What is the purpose of the system class in java?
What type of variable is error flag?
How to add and remove nodes in Jtree?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
Difference between overloading and overridding?
how to use finalize()Method to resources
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What does flag mean in java?
Are there structures in java?