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 executor memory?
What do you mean by platform independence? What is an interface?
What are the different ways of implementing thread? Which one is more advantageous?
What is singleton class example?
How we can execute any code even before main method?
What is the minimum and maximum length of an identifier?
What is command line argument in java?
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data
Explain the available thread states in a high-level?
Name component subclasses that support painting in java programming?
What is n in java?
what is check p object in java