Home » JAVA Programming » Java Basic » Question
  1. What happens when the value of variable change?
    1. variable changes are printed in logs
    2. dump of variable changes are printed on the screen on end of execution
    3. variable tab shows variables highlighted when values change
    4. changed value pop on the screen
    5. None of these
Correct Option: B

When a variable value changes, the value in variable tab is highlighted yellow in eclipse.



Your comments will be displayed only after manual approval.