Bro even 4 years later, you’re still teaching. Thank God for you and also thank God for KZbin.
@johnlevinski30575 жыл бұрын
You explain programming so logicaly that it become interesting and easy , keep up your work and thank you for your help
@letsgetstarted.052 жыл бұрын
I love the way you talk about the points where a student can get stuck! Thanks man
@Stevesteacher4 жыл бұрын
He is truly one of the best teachers
@thealchemist97812 жыл бұрын
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 Жыл бұрын
thanks mike your videos helping me a lot to understand, the way you expalin is awesome.
@soupnoodles3 жыл бұрын
Great video! But why dont you teach advanced java or advanced python as well
@ratisepashvili44084 жыл бұрын
Nice thank you!!
@RealNaps6 жыл бұрын
Thanks for making java easy
@v.nithyashree22664 жыл бұрын
Sir you are awesome .I can understand the concepts clearly.
@FREESOUL76022 жыл бұрын
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 Жыл бұрын
You're forgetting to count from 0.
@HimanshuLohani0414 жыл бұрын
love you sir
@246rs2462 жыл бұрын
helpful thx
@abubakarjamilu22562 жыл бұрын
Pls how to reverse a statement
@DataAnalystkenya3 жыл бұрын
Starting my programmin at 21 hope am not late
@pranav2883 жыл бұрын
you're not
@roastedChick3n3 жыл бұрын
it's okay i just started when i was 17 and now im 18, just saying
@enlightened73542 жыл бұрын
Im starting in my 28
@rituparnakonwar9103 Жыл бұрын
im 23 lol
@JossinJax5 жыл бұрын
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-eddineaarab19574 жыл бұрын
He forgot to mention that those methods don't change the value of the string, they return another string instead .
@absurd72924 жыл бұрын
wow man...................................
@raghuanuj8105 жыл бұрын
9:18
@ancym91565 жыл бұрын
Sorry what do you mean by this sir
@ancym91565 жыл бұрын
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
@kennethtovhowani99264 жыл бұрын
thanks for making java easy to me
@ahmaddawood96915 жыл бұрын
EXCELLENT
@Cdceddrcrfrftftft4 жыл бұрын
Who take python first like!
@ihssancanmturk38424 жыл бұрын
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 ;)