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

Print Vertical traversal of a Binary Tree.

0 Answers   Amazon,


How to implement an arraylist in java?

0 Answers  


What is the final class?

0 Answers  


What happens when heap memory is full?

0 Answers  


What is style and indentation?

0 Answers  






What is thin driver and thick driver. why it is called so?

2 Answers   Logisoft,


What is a string what operation can be performed out with the help of a string?

0 Answers  


Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.

4 Answers   Cap Gemini,


What is meant by class loader and how many types are there?

2 Answers   Apple,


is java support call by reference and call by value, if supports please explain?

5 Answers  


How do you call a reference in java?

0 Answers  


Explain the difference between jdk, jre, and jvm?

0 Answers  


Categories