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 the difference between instanceof and isinstance?
String Reverse in Java...!
How does hashmap work in java ?
what is difference between prepare stetement and callable starement with example?
Is java hard to learn?
Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?
Is string is a keyword in java?
What access modifiers can be used for methods?
Can you explain the Java thread lifecycle?
can we write a program with out a class in core java?
java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
Can a source file contain more than one class declaration?