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 are controls and their different types in awt?
Why only one Class is public in one file? Explain in details. Thanks in Advance.
What are the different access modifiers available in java?
I want to persist data of objects for later use. What’s the best approach to do so?
What is the multilevel inheritance. and also give the Example of it ?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is boolean example?
What is thread?
what is encapsulation in java? Explain
Why enumeration is faster than iterator?
What is an off by one error in java?
what is ennumaration?