class arrayTest
{
public static void main(String[] args)
{
int[] a = {197,198,199,200};
System.out.println(a);
}
}
what you see above is the code I doubt in...
On executing the above code I was getting weird values like:
[I@7ed10869
[I@11784e68
[I@49c161fa
[I@6325823a
[I@40d0f797
Could someone help me in understanding what these values represent?
Answers
Answered by
0
Answer:
sorry I didn't no the answer
Answered by
0
Answer:
please follow me then I will do that..........
Similar questions