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 |
Tell me the Importent classes in net package?
What is string in java? String is a data type?
What is try-with-resources in java?
what is difference between equals and ==?
What is constant in programming?
What is the intersection and union methods?
diff b/w sleep(1000) and wait(1000)?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
how cani read a command line argument?(usingfile object).
Can we override final method?
Is static a keyword in java?
Where is java located?