Two-Dimensional Arrays in Java (Part 2)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 20

  • @suzanzaw4617
    @suzanzaw4617 3 ปีที่แล้ว +7

    Your videos have helped me overcome my fear and confusion of java. I understand it now. omg, so thank you!!

  • @abdishakur2489
    @abdishakur2489 4 ปีที่แล้ว +7

    Wow loved your contents. Simple and easy explanation on arrays with different methods/examples for each, Neso Academy is the way forward ❤❤.

  • @sirjon858
    @sirjon858 3 ปีที่แล้ว +4

    Kinda lost to when it comes to the string part but overall it is very good!

  • @rutvapatel3251
    @rutvapatel3251 2 ปีที่แล้ว +1

    Thank you

  • @abhaybhatnate7428
    @abhaybhatnate7428 2 ปีที่แล้ว +2

    plz try to execute program at the end..

  • @ramidaoud3776
    @ramidaoud3776 3 ปีที่แล้ว

    timestamp 7:33 where is the address of the third array? I thought we have integer array that has 2 arrays in it.

    • @somewheresomeone9095
      @somewheresomeone9095 2 ปีที่แล้ว

      2 addresses only because we can only 2 one dimensional arrays....so it ll give 2addresses only:)

  • @a.human.
    @a.human. 3 ปีที่แล้ว

    Well taught!

  • @varigetipraveen7584
    @varigetipraveen7584 4 ปีที่แล้ว

    Sir, where is another topics like exception handling etc

  • @samwantstolearn
    @samwantstolearn หลายเดือนก่อน

    thanks!!

  • @manognamanu24
    @manognamanu24 4 ปีที่แล้ว

    Please upload more vidios sir

  • @korayvatan333
    @korayvatan333 2 ปีที่แล้ว +1

    Love from Turkey
    SELAMIN ALEYKUM

  • @charlieconard2440
    @charlieconard2440 2 ปีที่แล้ว

    You speak with an accent, but your english is really advanced, could you tell me, please how did you learn english?

  • @sirsanctified9380
    @sirsanctified9380 2 ปีที่แล้ว

    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)

  • @divyaagarwal3091
    @divyaagarwal3091 3 ปีที่แล้ว

    Thankyou sir

  • @princetiwari5438
    @princetiwari5438 4 ปีที่แล้ว +1

    Make more video

  • @paia6447
    @paia6447 2 ปีที่แล้ว +1

    2:00 j stands for column, 6:30 j stands for row, hey sir please correct, you've made a mistake

    • @somewheresomeone9095
      @somewheresomeone9095 2 ปีที่แล้ว +1

      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)

    • @45trlu
      @45trlu 2 ปีที่แล้ว

      trace your code, inner loop and outer loop change depending if you're printing row x row or col x col

  • @zainabissa9748
    @zainabissa9748 2 ปีที่แล้ว

    Thank You