Static vs Non Static - Java for Beginners - Crash course

preview_player
Показать описание
This video will introduce the concept of static fields and methods and the difference between static and non-static members. In this video we'll also introduce the "this" reference in Java.

This video is part of a series of videos called "Java for Beginners - Crash course" and we'll add more videos to that series.

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

That was really useful, finally cleared it up for me the difference between static and non-static!

laurenmillyard
Автор

Really good video. Cleared up a lot of questions from me

chillig
Автор

This explanation helped. Thank You Very Much

dikatsogaleboe
Автор

Very helpful video. Explained the concept rather well.

claqyagami
Автор

finally understanded what static mean <3

aikin
Автор

thanks for making this video helped me a lot

dehighest
Автор

When to use static and when to use non-static?
Non-static has larger scope than static hence it appears to be more useful. But static was created for a different purpose. Please explain using real-world example. Thanks.

brettkom