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 |
I want to print “hello” even before main is executed. How will you acheive that?
What is the statements?
How will you override default serialization mechanism in java
How do you classify Dialog Box?
Difference between the paint() and repaint() methods?
What one should take care of, while serializing the object?
what is the use of bean managed and container managed with example?
What is java Applet?
What is the purpose of garbage collection in java, and when is it used?
how can i connect to database in a applet ?
How can a gui component handle its own events in java programming?
What is boolean query?