My interview asked what is dynamic variable in java and
where we use them.
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of garbage collection in java?
Can we execute java program without main method?
What are static initalizers in java ?
Why do people says “java is robust”?
What is the final class?
What are the methods used to implement for the key object in the hash map?
How do you write methodology?
Why do we need variables?
Can a main method be overloaded?
What do you mean by synchronized non access modifier?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What do you mean by jjs in java8?
What do you understand by garbage collection in Java? Can it be forced to run?
Why is multithreading important?
Why is stringbuffer thread safe?