Working With Strings - Java - Tutorial 7

  Рет қаралды 47,168

Giraffe Academy

Giraffe Academy

Күн бұрын

Пікірлер: 30
@itzlee6593
@itzlee6593 2 жыл бұрын
Bro even 4 years later, you’re still teaching. Thank God for you and also thank God for KZbin.
@johnlevinski3057
@johnlevinski3057 5 жыл бұрын
You explain programming so logicaly that it become interesting and easy , keep up your work and thank you for your help
@letsgetstarted.05
@letsgetstarted.05 2 жыл бұрын
I love the way you talk about the points where a student can get stuck! Thanks man
@Stevesteacher
@Stevesteacher 4 жыл бұрын
He is truly one of the best teachers
@thealchemist9781
@thealchemist9781 2 жыл бұрын
Method~modify string 1.Method uppercase String phrase ="Giraffe Academy"; System.out.printlin(phrase.toUpperCase()); ~GIRAFFE ACADEMY 2.Method lowercase String phrase="Giraffe academy" System.out.printlyn(phrase.toLowerCase()); ~giraffe academy 3.Method Length ~give number back ~how many characters inside these strings giraffe academy ~13 4.Method contains ~give boolean value String ="Giraffe academy,"; System.out.printlyn(phrase.contains("academy")); ~true String = "Giraffe Academy"; System.out.printlyn(phrase.contains("dog")); ~false 5.Method charAt(1)~indeks angka String phrase ="giraffe academy"; System.out.printlyn(phrase.charAt(1); ~i 6. Method indexOff~ "a"~indeks 1 7.method substring String="Giraffe Academy" System.out.printlyn(phrase.dubstring(8)); ~academy String="Giraffe Academy"; System.out.printlyn(8,11)); ~aca 8. Substringnindexof
@bikramsubedi7147
@bikramsubedi7147 Жыл бұрын
thanks mike your videos helping me a lot to understand, the way you expalin is awesome.
@soupnoodles
@soupnoodles 3 жыл бұрын
Great video! But why dont you teach advanced java or advanced python as well
@ratisepashvili4408
@ratisepashvili4408 4 жыл бұрын
Nice thank you!!
@RealNaps
@RealNaps 6 жыл бұрын
Thanks for making java easy
@v.nithyashree2266
@v.nithyashree2266 4 жыл бұрын
Sir you are awesome .I can understand the concepts clearly.
@FREESOUL7602
@FREESOUL7602 2 жыл бұрын
When you talk about substring and count the index you do not count the space as a character. I am confused because when we counted the string length it was 15 but now you are saying that A (in Academy) is at index 8 and d (in Academy) is at index 11 but shouldn't they be respectively at index 9 and 12? Thanks for your videos . I absolute love them.
@rosepierce9382
@rosepierce9382 Жыл бұрын
You're forgetting to count from 0.
@HimanshuLohani041
@HimanshuLohani041 4 жыл бұрын
love you sir
@246rs246
@246rs246 2 жыл бұрын
helpful thx
@abubakarjamilu2256
@abubakarjamilu2256 2 жыл бұрын
Pls how to reverse a statement
@DataAnalystkenya
@DataAnalystkenya 3 жыл бұрын
Starting my programmin at 21 hope am not late
@pranav288
@pranav288 3 жыл бұрын
you're not
@roastedChick3n
@roastedChick3n 3 жыл бұрын
it's okay i just started when i was 17 and now im 18, just saying
@enlightened7354
@enlightened7354 2 жыл бұрын
Im starting in my 28
@rituparnakonwar9103
@rituparnakonwar9103 Жыл бұрын
im 23 lol
@JossinJax
@JossinJax 5 жыл бұрын
Hey Mike. Question: can you do all those cool things you did with strings but with arrays instead? I'm trying to print out the value at some index of an integer array. Thanks!
@nour-eddineaarab1957
@nour-eddineaarab1957 4 жыл бұрын
He forgot to mention that those methods don't change the value of the string, they return another string instead .
@absurd7292
@absurd7292 4 жыл бұрын
wow man...................................
@raghuanuj810
@raghuanuj810 5 жыл бұрын
9:18
@ancym9156
@ancym9156 5 жыл бұрын
Sorry what do you mean by this sir
@ancym9156
@ancym9156 5 жыл бұрын
Sir you did great in this video. It was so helpful in my examination. But you could have said that space is also added while counting the
@kennethtovhowani9926
@kennethtovhowani9926 4 жыл бұрын
thanks for making java easy to me
@ahmaddawood9691
@ahmaddawood9691 5 жыл бұрын
EXCELLENT
@Cdceddrcrfrftftft
@Cdceddrcrfrftftft 4 жыл бұрын
Who take python first like!
@ihssancanmturk3842
@ihssancanmturk3842 4 жыл бұрын
Even though Java looks like complicated language in its syntax, still I does not include any strict indentation rules like python lol :D me think ;)
Working With Math & Numbers - Java - Tutorial 8
8:33
Giraffe Academy
Рет қаралды 43 М.
Getters & Setters | Java | Tutorial 31
17:49
Giraffe Academy
Рет қаралды 112 М.
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 17 МЛН
If people acted like cats 🙀😹 LeoNata family #shorts
00:22
LeoNata Family
Рет қаралды 42 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 23 МЛН
Building a Guessing Game | Java | Tutorial 20
12:57
Giraffe Academy
Рет қаралды 71 М.
Nested Loops & 2D Arrays | Java | Tutorial 23
13:15
Giraffe Academy
Рет қаралды 113 М.
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 81 М.
Generics In Java - Full Simple Tutorial
17:34
Coding with John
Рет қаралды 1,1 МЛН
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 840 М.
Getting User Input | Java | Tutorial 9
8:20
Giraffe Academy
Рет қаралды 53 М.
Methods | Java | Tutorial 13
11:01
Giraffe Academy
Рет қаралды 55 М.
Try / Catch & Exceptions | Java | Tutorial 25
15:56
Giraffe Academy
Рет қаралды 55 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 895 М.
Fastest Way to Learn ANY Programming Language: 80-20 rule
8:24
Sahil & Sarra
Рет қаралды 925 М.
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 17 МЛН