Answers for "why var is used in java"

1

what are variables in java

//variable is a container which holds the value//
//ex://
var characters = document.getElementbyID('character').value;
//above the variable is characters and value is character//
Posted by: Guest on November-04-2021
0

why use var in java

improve the readability of code for other developers who read the code. 
In some situations
Posted by: Guest on September-02-2021

Code answers related to "why var is used in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language