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 significance of listiterator in java?
How to use arraylist in java netbeans?
Explain the difference between abstraction and encapsulation.
Can we have more than one package statement in source file ?
Which is better ascii or unicode?
What is the basic concept of java?
What is string buffer?
What are functions in java?
What is size_t?
What are scriptlets?
How many return statement are allowed in a function?
How is treeset implemented in java?
What do negative exponents mean?
Write a program to print count of empty strings in java 8?
Can a abstract class be defined without any abstract methods?