- 1
Can any one help me for this question
What is the output of this code? String array[ ][ ] = { {"Hey", "John", "Bye"}, {"John", "Johnson", "Hello"} }; System.out.println(array[1][1]);
4 Answers
0
Thank you
- 2
I know the answer,but i wan't explanation for this