Java arrays 🚗

Поделиться
HTML-код
  • Опубликовано: 27 июл 2024
  • Java arrays tutorial explained
    #Java #arrays #array
  • НаукаНаука

Комментарии • 160

  • @mohamadnazirissumalgy3699
    @mohamadnazirissumalgy3699 3 года назад +164

    As a matter of fact, this is one of the best channels to learn programing in an easy way.

    • @fahada783
      @fahada783 8 месяцев назад +2

      By your comment I will account on it

  • @umservivo4264
    @umservivo4264 3 года назад +126

    Man, I don't speak English, but your classes explained me better than my language classes.

    • @liliacfury
      @liliacfury 3 года назад +1

      Wow okay 😂

    • @borislove4700
      @borislove4700 3 года назад +1

      Ух ты!

    • @rafaelgermani7123
      @rafaelgermani7123 2 года назад +1

      também lol

    • @jathebest2835
      @jathebest2835 Год назад +5

      This guy's voice sounds soothing as well.. Don't get me wrong, I'm not gay..but I like this dude's voice!

    • @lorenzocais1119
      @lorenzocais1119 Год назад

      LOL… io anche se sono italiano capisco bene quasi tutto, e poi imparo anche nuovi termini oltre che a utilizzare java

  • @BroCodez
    @BroCodez  3 года назад +136

    public class Main {
    public static void main(String[] args) {

    // array = used to store multiple values within a single variable

    String[] cars = new String[3];

    cars[0] = "Camaro";
    cars[1] = "Corvette";
    cars[2] = "Tesla";

    for(int i=0; i

  • @mohamadnazirissumalgy3699
    @mohamadnazirissumalgy3699 3 года назад +55

    Bro, Your classes are amazing!
    You've helped me a lot.

    • @BroCodez
      @BroCodez  3 года назад +17

      thanks for watching Mohamad!

  • @blacktrans
    @blacktrans Год назад +18

    Hey! Love your channel. Question: Any chance you could do a Java video about arrays and methods combined? For example, calling a method to update an array, using a method to check to see if an array ends with a specific character, etc? Thanks so much for considering, and thank you so much for helping all of us out!

  • @MinkyPollo
    @MinkyPollo 2 года назад

    this video actually helped me understand this concept. so grateful for this, thanks so much man!!!

  • @coachhealmotivate
    @coachhealmotivate 2 года назад +2

    I have learned more from watching your videos then taking an online java class. Thanks for all your helpful knowledge.

  • @7.62x39office
    @7.62x39office Месяц назад +2

    i appreciate the cars analogy as a mechanic

  • @jamesfajardo8188
    @jamesfajardo8188 6 месяцев назад +2

    really helpful video and good on explaining how Arrays work.

  • @cdjosh3568
    @cdjosh3568 3 года назад +5

    Nice video and just what I was looking for!

  • @kamogelomolepo4285
    @kamogelomolepo4285 4 месяца назад +1

    super helpful! i am grateful to have discovered this channel

  • @antoncarldumadag3872
    @antoncarldumadag3872 Год назад +2

    bros saving lives out here!!

  • @gabrielmendes7962
    @gabrielmendes7962 3 года назад +3

    Thank you from Brazil. I'm enjoying so much this serie.

  • @raulruiz6220
    @raulruiz6220 Год назад +2

    You can also use an enhanced for-loop to iterate arrays and collections in java, it's called "for-each loop"

  • @kainaatmakhani6550
    @kainaatmakhani6550 3 года назад +2

    marvelous job

  • @snowymountaintops75
    @snowymountaintops75 2 года назад

    Please do some videos with Model View Controller project architecture! Great channel! Keep up the AWESOME WORK!

  • @alexandrulolea4631
    @alexandrulolea4631 Год назад

    Great video! Thank you and keep up the good work!

  • @IceBeam93
    @IceBeam93 3 года назад +3

    thank you so much for explaining this, is there a way to also write this with a for each loop?

  • @pavelkvasnicka6856
    @pavelkvasnicka6856 Год назад +1

    This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro

  • @reecord2
    @reecord2 9 месяцев назад

    Thank you for a clean, easy explanation.

  • @user-mt6ye1ce4o
    @user-mt6ye1ce4o 2 года назад +1

    great lesson ! thanks

  • @aminah.03
    @aminah.03 7 месяцев назад

    So grateful to you!!!!!! Life saver

  • @admoonhermiz1
    @admoonhermiz1 4 месяца назад +1

    I love his explanation.

  • @cate01a
    @cate01a 3 года назад +5

    cheers mate! The two top scored websites I looked at about java arrays didn't explain the `int[] arr=new int[3];`

  • @mostwanted9817
    @mostwanted9817 Год назад +8

    Watching this content is like cheating, such amazing content content and it's free, plus you explain it very easy.
    I hope you continue your work, because these types of RUclips channels are a life saver for learning new technologies or having a reminder on some topics.
    You are a real Bro! 🙌

  • @pallaviprakash8519
    @pallaviprakash8519 9 дней назад

    awesome explanation bruv keep going

  • @Vlame
    @Vlame 5 месяцев назад +1

    I am used to PHP. For college I am learning Java. This is a new way of creating arrays for me 😅

  • @loopify3905
    @loopify3905 3 года назад +1

    Great keep creating

  • @tonnyosuji
    @tonnyosuji Год назад

    You just made everything so easy

  • @boxoftissue6127
    @boxoftissue6127 Год назад

    I like how he sounds like one of those people you meet on discord (personal thoughts) so you feel like this guy is a friend teaching you coding

  • @cesara9747
    @cesara9747 2 года назад

    Bro, you're the best teacher everrr

  • @honoredegg
    @honoredegg 2 года назад

    Understood completely. 15th. Thank you, ma Bro Sensei!

  • @filiprashev6658
    @filiprashev6658 2 года назад

    great lesson!

  • @user-dj5tu7cx6s
    @user-dj5tu7cx6s 2 года назад

    Great explanation

  • @tomgrem5740
    @tomgrem5740 3 года назад

    Great Job!

  • @JuliHoffman
    @JuliHoffman 2 года назад +1

    So much easier than the way I was taught!!!

  • @bartomiejsniadach5795
    @bartomiejsniadach5795 2 года назад

    Now it is so easy. Thank you

  • @abdulazezibrahim4109
    @abdulazezibrahim4109 Год назад +4

    first-year freshman here and this man explained an entire subject my professor failed to explain in 3 hrs. AND DID IT IN 6 MINUTES.

    • @ghemswz
      @ghemswz Год назад +2

      cs professors should not be professors

    • @abdulazezibrahim4109
      @abdulazezibrahim4109 Год назад

      @@ghemswz they quite literally do not know how to teach. Most anti social people trying to teach this is aids

  • @forzaa867
    @forzaa867 Год назад +1

    Thanks man, your 6 minute video taught me more than my professors have in 4 years, they taught me nothing, this is the only thing I know how to do in Java, please help...

  • @bevq2246
    @bevq2246 2 месяца назад

    Really helpful, thanks

  • @gutZuWissen_jetzt
    @gutZuWissen_jetzt Год назад

    no doubt , it's the best...! You are the King of Programmers

  • @simonperrier3803
    @simonperrier3803 2 года назад

    Agree Bro , its clear for info damn!

  • @diegocatez7181
    @diegocatez7181 2 года назад

    Man, so much thank u!

  • @user-xb7rh1sd4f
    @user-xb7rh1sd4f 2 года назад

    Thanks for the info

  • @jeanmakita3839
    @jeanmakita3839 Год назад +1

    Damn my brotha. Thank you, amd thank you for speaking my damn language!

  • @DevWithEv
    @DevWithEv 2 года назад

    Thank you Bro Code. Your channel is awesome Bro

  • @amendersc1650
    @amendersc1650 8 месяцев назад

    thanks dude english isnt even my native language and you still explain it better then my teacher and a lot faster too

  • @rukiruki-eg4kc
    @rukiruki-eg4kc Год назад

    Thanks bro!
    awesome dude

  • @Daniel-us1dl
    @Daniel-us1dl 2 года назад

    Fantastic

  • @danielmilewski7659
    @danielmilewski7659 Год назад +1

    comemnts for stats! thanks bro! best content for learning to code!

  • @prajwaldeepkhokhar7416
    @prajwaldeepkhokhar7416 3 года назад +3

    Damn Bro! Not a single Dislike! You ROCK!
    How about making a series about AI as extension of python or Android as extension of java series, most tutorials are boring and not so elaborative like yours are, please make those series if you may

  • @ClaraBecker-fy4or
    @ClaraBecker-fy4or 7 месяцев назад

    cool information!

  • @stemxturiao736
    @stemxturiao736 8 месяцев назад

    Thanks!! Ur the best❤

  • @technicalresi5451
    @technicalresi5451 5 месяцев назад

    Thank you so much bro very helpful video it😊❤

  • @attalaw36
    @attalaw36 3 года назад +1

    i call you my best teacher ....

  • @objectjon9015
    @objectjon9015 6 месяцев назад

    Hey so, firstly, I want to say how much I appreciate these tutorials, they are Incredibly intuitive. Secondly, not sure if things have changed for arrays in Java recently but, I keep getting an “index cannot be resolved to a variable” error despite basically following these exact instructions and I’m a little stuck

  • @Muhammadfaisal-kd9kx
    @Muhammadfaisal-kd9kx 9 месяцев назад

    Thankyou very much sir.

  • @doggo2821
    @doggo2821 Месяц назад

    bestttt

  • @bekturasanbekov1979
    @bekturasanbekov1979 Год назад

    thx 4 vid bro !

  • @pancake4691
    @pancake4691 Год назад

    thank u so much for this

  • @huuloc8719
    @huuloc8719 2 года назад

    Nice.

  • @danielspsa6544
    @danielspsa6544 Год назад

    thank you bro code i liked this video

  • @chri23
    @chri23 5 месяцев назад

    I can't speak English well but bro explained it better then my teacher in German. Thank you

  • @omersond4891
    @omersond4891 3 года назад

    nice channel

  • @joniticka-rl6np
    @joniticka-rl6np 3 месяца назад +1

    Ty bro

  • @jumbohotdog5079
    @jumbohotdog5079 2 года назад

    The channel name got me bro

  • @user-zq6yx7of5f
    @user-zq6yx7of5f Год назад

    thank you very much

  • @iyaomoleredavid5054
    @iyaomoleredavid5054 Год назад

    Pls what code editor is this
    It’s cool

  • @Jadeung
    @Jadeung 3 года назад

    Supa bro

  • @vusalnuriyev2991
    @vusalnuriyev2991 3 года назад

    Thank you, brooo

  • @Equisite12785
    @Equisite12785 Год назад

    Thanks dude.

  • @fabian2973
    @fabian2973 11 месяцев назад

    thanks my man

  • @percivalgebashe4376
    @percivalgebashe4376 Год назад

    Nice

  • @TendaiKedwell
    @TendaiKedwell 8 месяцев назад

    Best

  • @nikitassouvatzis1928
    @nikitassouvatzis1928 Год назад +2

    Ακόμα ένα video με Java, αυτή τη φορά με θέμα τους πίνακες.

  • @Simis999
    @Simis999 Год назад

    Thanks bro

  • @manchester250
    @manchester250 6 месяцев назад

    thank you bro

  • @christopher-kn4yt
    @christopher-kn4yt Год назад

    Thanks
    😊

  • @sujayirrinki4915
    @sujayirrinki4915 6 месяцев назад

    nice

  • @matinmonshizadeh
    @matinmonshizadeh 2 года назад

    thanks bro

  • @jaykishanpatel5808
    @jaykishanpatel5808 3 месяца назад

    watching video a day before exam gives you a good revision

  • @trickysachin
    @trickysachin 2 года назад

    Nice teacher👩‍🏫‍👩‍🏫‍👩‍🏫‍👩‍🏫‍👩‍🏫‍👩‍🏫‍

  • @thewewguy8t88
    @thewewguy8t88 Год назад +1

    so yeah i tired to call an array using a random number with only 3 arrays and set my random number limit to 3 i was still able to get all 3 of my arrays to show up which i find odd. and i am not sure if explained myself very well.

  • @sairos4057
    @sairos4057 2 года назад

    ty bro

  • @user-te8ms4uq3c
    @user-te8ms4uq3c 6 месяцев назад

    30 min of your videos have better explained this stuff in plain English than the oracle course that I'm taking.

  • @MrLoser-ks2xn
    @MrLoser-ks2xn 2 года назад

    Thanks

  • @ma8969
    @ma8969 2 года назад

    thank you

  • @danny.3036
    @danny.3036 3 года назад

    Thanks, Bro! ☕

  • @PoorwayTraning
    @PoorwayTraning Год назад

    thanks

  • @nerrixj.l.6102
    @nerrixj.l.6102 2 года назад

    😍😍😍

  • @adityaalshi7081
    @adityaalshi7081 2 года назад

    ❤️👌💕

  • @agrajyadav2951
    @agrajyadav2951 Год назад

    noice

  • @BlackCat-ym9yh
    @BlackCat-ym9yh 2 года назад

    Thank u ء😍😍😍😍

  • @devd7613
    @devd7613 3 года назад

    It gives me error like
    Unable to locate executable for jre
    How can i solve it bro...
    Plz help

  • @Horatius_23
    @Horatius_23 Год назад

    THX

  • @user-gq8mt8dh3w
    @user-gq8mt8dh3w 6 месяцев назад

    There exist lessons for buying?

  • @lukedecum
    @lukedecum 10 месяцев назад

    bro

  • @greeneggsandmushrooms9855
    @greeneggsandmushrooms9855 3 года назад

    a ray of light

  • @YTtopPAULO
    @YTtopPAULO 2 года назад

    ✋👏

  • @alapatibhargav8083
    @alapatibhargav8083 2 года назад

    😇👍