My interview asked what is dynamic variable in java and
where we use them.

Answers were Sorted based on User's Feedback



My interview asked what is dynamic variable in java and where we use them...

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

My interview asked what is dynamic variable in java and where we use them...

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

Post New Answer

More Core Java Interview Questions

What is the difference between instanceof and isinstance?

0 Answers  


String Reverse in Java...!

5 Answers  


How does hashmap work in java ?

0 Answers  


what is difference between prepare stetement and callable starement with example?

1 Answers   CMC,


Is java hard to learn?

0 Answers  






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?

7 Answers   Ericsson,


Is string is a keyword in java?

0 Answers  


What access modifiers can be used for methods?

0 Answers  


Can you explain the Java thread lifecycle?

1 Answers  


can we write a program with out a class in core java?

11 Answers   Wipro,


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.

7 Answers   HCL, Wipro,


Can a source file contain more than one class declaration?

0 Answers  


Categories