Java Strings Tutorial

preview_player
Показать описание

#keeponcoding #tech #programming
Рекомендации по теме
Комментарии
Автор

3 years later and this is still an awesome video

cjh
Автор

These Java tutorials are exactly what I need. A quick capture of a topic that I can quickly recap in case I forget something. Keep them coming.

RicShaa
Автор

Keep making these videos they help a lot

rolandocruz
Автор

man, your channel is the best i can learn and chill at the same time

thallysrc
Автор

Can you send the link of the oracle site with all the built in methods.

skullcrusher
Автор

Please make a tutorial on swing in java!

raghavsood
Автор

Bro thank you so much this was so clean and simple to understand. I really appreciate it 👊.

apex-lazer
Автор

Logan, your class of classes is cool!

pzmt
Автор

Thank you a lot, I'm really grateful to you for your gorgeous lesson, it's very informative, useful and cool

Грант
Автор

Can you make a video on java classes and recursion

rolandocruz
Автор

String name = new String("Keep on Coding");
String best = new String("Keep on Coding);
The above strings will have different memory address, meaning they will be stored in different memory location which is waste of memory.

String name = "Keep on Coding";
String best = "Keep on Coding";
The above strings will use one memory address since they have the same value which is better than having different memory address for two the same strings.

itheblackwolfofmyfamily
Автор

Everytime I open one of your videos, the algoexpert advert comes up 😂.

umessi
Автор

very helpful! can you explain the difference between string and String? they don't work together

ZivShaltiel
Автор

Thank you Sam!! i enjoyed it, keep going!

mnarjb
Автор

Hey SAM, could you please suggest some open source project where I can contribute (preferably C# else Python NOT JAVASCRIPT ones),
And what a realistic time frame to understand the framework and starting contributing towards fixing bugs/New Features.

asking this as my current role I don't give me much exposure working of some good projects which are really helpful when going thru an interview,
recently got rejected by FB (IC4) 1st round, Amazon (SDE-2) 4th round, Microsoft (SSE) 3rd Round.

jaatharsh
Автор

Thanks for the video, greate tutition!

mnasirizadeh
Автор

so should I use string literals or string object ...which is more effiecient??....is string literals better than string object?

steffie
Автор

Could you start beginner Java tutorial for learners like me.

programming
Автор

I'm confused. Should I write my tuition check payable to you or to the college I'm attending? Because you're definitely making more sense than the power points and lectures I'm sitting through. Lol.
Thank you for sharing your knowledge!

anjelopina
Автор

1:16 i think this is the first tutorial i watch that doesnt use "Hello World" as an example xD

KnightClashR