6:04 I'm getting this error after printing : 3 5 7 Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3 at Array2D.main(Array2D.java:10)
No mistake it's correct only.... because at 2.00 first he is printing row-wise so outer loop is for rows nd inner loop is for columns (i.e. i=row, j=column) nd at 6:30 he is printing columnwise so outer loop for columns nd inner loop for rows(i.e. i=column , j=row)
Your videos have helped me overcome my fear and confusion of java. I understand it now. omg, so thank you!!
Wow loved your contents. Simple and easy explanation on arrays with different methods/examples for each, Neso Academy is the way forward ❤❤.
Kinda lost to when it comes to the string part but overall it is very good!
Thank you
plz try to execute program at the end..
timestamp 7:33 where is the address of the third array? I thought we have integer array that has 2 arrays in it.
2 addresses only because we can only 2 one dimensional arrays....so it ll give 2addresses only:)
Well taught!
Sir, where is another topics like exception handling etc
thanks!!
Please upload more vidios sir
Love from Turkey
SELAMIN ALEYKUM
You speak with an accent, but your english is really advanced, could you tell me, please how did you learn english?
6:04 I'm getting this error after printing :
3 5 7
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3
at Array2D.main(Array2D.java:10)
Thankyou sir
Make more video
2:00 j stands for column, 6:30 j stands for row, hey sir please correct, you've made a mistake
No mistake it's correct only.... because at 2.00 first he is printing row-wise so outer loop is for rows nd inner loop is for columns (i.e. i=row, j=column) nd at 6:30 he is printing columnwise so outer loop for columns nd inner loop for rows(i.e. i=column , j=row)
trace your code, inner loop and outer loop change depending if you're printing row x row or col x col
Thank You