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

they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }

2 Answers   DNS, IPSR Solutions,


What exactly is a .class file?

0 Answers  


What is the difference between method and means?

0 Answers  


How do you stop a thread in java?

0 Answers  


What is the difference between abstract classes and interfaces?

0 Answers  






Why constructor has no return type?

0 Answers  


Can java list be null?

0 Answers  


what is the reason behind non static method cannot be referenced from a static Context?

2 Answers  


What is double in java?

0 Answers  


Can we have this () and super () together?

0 Answers  


What is the purpose of the enableevents() method in java programming?

0 Answers  


What is static method with example?

0 Answers  


Categories