0
What is "arr"
4 Answers
0
What do you mean with what is arr? I can tell you that anytime you see arr in a java code, it's replacable by any other word as its just a variable name..
0
what is array
0
and what is its relation with Java
0
An array is nothing special in java. Array exists in every programming language out there and it's used frequently. Try and google it, you will find answers you will understand better than when someone here tries to explain...