public class Main { public static void main(String[] args) { // String = a reference data type that can store one or more characters // reference data types have access to useful methods String name = "Bro"; //boolean result = name.equalsIgnoreCase("bro"); //int result = name.length(); //char result = name.charAt(0); //int result = name.indexOf("o"); //boolean result = name.isEmpty(); //String result = name.toUpperCase(); //String result = name.toLowerCase(); //String result = name.trim(); //String result = name.replace('o', 'a'); //System.out.println(result); } }
@livano01662 жыл бұрын
thanks man you are better than my teacher
@Diamond_Hanz3 жыл бұрын
Thanks , Bra!!!
@heat35792 жыл бұрын
😁
@nathanlutz41449 ай бұрын
Victoria secret😂
@Madison-k7o3 ай бұрын
😂
@Marsmah-s3k2 ай бұрын
saw this before watching the vid and i was like wth, and when i watched it, i was like ooooh i get it now
@JuliHoffman2 жыл бұрын
As usual, you teach more in a 6-minute video than an hour of class time. Thank you!
@gjbjagadish_1852 жыл бұрын
your teaching is very different that's why we love it
@pavelkvasnicka6856 Жыл бұрын
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
@mahdisarvarzade99883 жыл бұрын
Best Java tutorial. I love it
@sunmoller3 ай бұрын
Very useful and made understandable for newbies. :) Thanks!
@cadestocker2423 Жыл бұрын
Best teacher I have encountered online. Thanks for all your help!
@Muhammadfaisal-kd9kx Жыл бұрын
great content brother ur way of teaching is good
@JustNeutral14.6 ай бұрын
lets go this is another w tutorial
@arkamukhopadhyay21774 жыл бұрын
Sir, it would be very nice of you if you make a video on regular expressions and bitwise operators. Thank You!
@stephaniepanah13872 жыл бұрын
yes, please! good suggestion Arka
@mummahadarsal37392 жыл бұрын
Bro U are Great ... Very Nice Concepts Given Thanks Sir ... Bro Code always
@אליאבגודפרנד7 ай бұрын
תוכן מעולה גם בישראל אוהבים אותך
@prathamselopal7197 Жыл бұрын
Great stuff , its wonderful how i can learn all sub topics and even units in just 6-10 mins through your videos
@izzahzamri22673 жыл бұрын
The best and always the best mentor!!!!!!! I love you!!!!
@aiueo8962 Жыл бұрын
mantap bro, dari awal lu gw tontonin terus
@A0afro Жыл бұрын
Thank you very much. Also I think it's worth mentioning that if idexOf() does not return an element it will return -1
@I_am_FRANCO Жыл бұрын
What if it has many indexes
@cripton2267 Жыл бұрын
@@I_am_FRANCO it returns the index of the first element found
@ardcodelover2 жыл бұрын
realy nice
@borislove47004 жыл бұрын
wow bro, nice! learned a new method)
@baubaudinamo4 жыл бұрын
Thank you!
@CyberEscuela5 ай бұрын
Broo you are awesome
@MATHMAN-qz3de Жыл бұрын
Thank you bra
@dianamilenaarchilacordoba46324 ай бұрын
great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much
@cesara97473 жыл бұрын
very useful!
@samiaiqbal1847 Жыл бұрын
Wonderful work 😮
@honoredegg2 жыл бұрын
Understood String methods. 17th. Thank you, ma Bro Sensei!
@scripts2095 ай бұрын
Thanks bra
@wentaogao274511 ай бұрын
you are effectively my prof bro
@baubaudinamo4 жыл бұрын
you are like Miyagi of java
@Felix_18118 ай бұрын
I have java exam tomorrow and your helping me so much bro thanks
@paia64472 жыл бұрын
5:41 you're new name is Bra, thank you for your helpful sir
@urimsuh2 жыл бұрын
Mans a genius 😂
@sanaaken9 Жыл бұрын
Good job bro
@admoonhermiz110 ай бұрын
amazing!!!
@crlsable4 жыл бұрын
Obrigado! 👏
@arjundas70786 ай бұрын
love it bro!
@engirckt54103 жыл бұрын
Nice
@Shshsbb17172 жыл бұрын
U forgot substring. Very useful
@Ragehunter Жыл бұрын
nice ones bro thank you so much!
@themotivated29632 жыл бұрын
Not only i learned , i also had a good laugh by myself at the end 😅
What if my assigned name has two letters "e" for example Venera? And when I assign variable "int result = name.indexOf("e")" and run it. The result is shown as 1 (second character in the word "Venera"), but result does not show the position of the second similar character in the word (it has to be 3). Can you tell me please how to get both positions of letter '''e" in the word being shown in the print statement?
@codewithron2472 жыл бұрын
maybe using a loop
@Criticizeer2 жыл бұрын
same question bro
@Criticizeer2 жыл бұрын
@@buckuris1019 thanks bro
@keremkandemir-i3x2 ай бұрын
so the stings are basically arrays of chars
@hunkywarrior34923 жыл бұрын
Thanks, Bro!
@ghoggaliabdou42224 жыл бұрын
Thank you 💙💙💙💙💙
@danny.30363 жыл бұрын
Thanks, Bro! ☕
@namankapooor Жыл бұрын
hello bro, I have a simple question for the name I wrote my name "naman" as an example, I tried out the replace string method....so I replaced "a" with "o" so it changed the output to nomon..... Is there any specific way to only change one syllable at a time?
@thomasfahy19262 жыл бұрын
Please help. How do I get it to leave what needs to be in the string? Your says (oldChar, newChar) and when I select which one I want, it just says (0, 0). Please
@disbar9633 жыл бұрын
thank's bro =3
@rajeevdey_88942 жыл бұрын
an another method is .subString(beginIndex, endIndex);
@nerrixj.l.61022 жыл бұрын
😍😍😍
@adityaalshi70813 жыл бұрын
💕🙌👌
@abhiudaitiwari80393 жыл бұрын
very nice tutorial, but, I want to ask, what is your real name
@Docendo1121discimus2 жыл бұрын
Feels like Excel lessons
@hemanthsai962 Жыл бұрын
W
@johan-oe9kz3 жыл бұрын
👍
@kingkock13 жыл бұрын
accce
@irajgharaee70573 жыл бұрын
❤️
@Simis9992 жыл бұрын
So many ladies and gentlemen didn't pray for the algorithm :(
@huseinrahiym4634 жыл бұрын
5:43 Dudee i wouldn't call you bra lol
@BroCodez4 жыл бұрын
You don't have to lol
@gamedesigner19652 жыл бұрын
@@BroCodez bra
@alialhussain41397 ай бұрын
Thanks, Bro 06/02/2024
@GOODBOY-vt1cf3 жыл бұрын
1:40
@dumbcat720 Жыл бұрын
thank you meow
@lenkococ269417 күн бұрын
meow
@yeliza23503 жыл бұрын
@ivanalexandrinmatala33624 ай бұрын
Yeh
@wallstreetbets77412 жыл бұрын
learmnt
@simik48304 ай бұрын
comment for algorithmm
@nikitassouvatzis19282 жыл бұрын
Ακόμα ένα Video για τη Java από το κανάλι του Bro Code.
@YuliannCastañeda3 ай бұрын
@siavashdarvishi855 Жыл бұрын
Add a comment....
@karunapanta26452 жыл бұрын
BRA code!
@flake19433 жыл бұрын
YT Algo
@eugenezuev73499 ай бұрын
I love Bro and bra
@patrickpasaje40373 жыл бұрын
"Video 17"
@fuaidaamreen46933 жыл бұрын
Hello, bra!
@itstueh Жыл бұрын
comment
@quanyufeng5793 жыл бұрын
Cmment
@relaxjam19528 ай бұрын
now my name is bra
@greeneggsandmushrooms98553 жыл бұрын
shoe strings
@rerein_fmv3 жыл бұрын
Bra chain👇(?)
@dalv8749 Жыл бұрын
System.out.println("Ty Bro");
@grozageorge2887 Жыл бұрын
Whith the last replace your name became suited for girls boo...bies 🤭