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 |
What is get () in java?
What is multithreading in java?
Is Java Platform Independent if then how?
Why singleton pattern is better than creating singleton class with static instance?
Why does java does not support multiple inheritance? Explain
What is the purpose of interface?
Can we initialize the final blank variable?
How do you use equal in java?
What should I import for arraylist in java?
Can a class extend 2 classes in java?
What is a java object and java application?
What is a map? What are the implementations of map?