VISIBILITY - Java TUTORIAL 2022/2023 for BEGINNERS

Опубликовано: 18 Май 2026
на канале: Kaarin Gaming
852
37

00:00 Intro
00:34 Private
03:04 No Modifier (default)
06:24 Protected
09:58 Public

In Java one can set visibility. Meaning, depending on the visibility modifier, different access levels can be set.

Private means only the class this method/field/constructor/class is part of, can access this method/field/constructor/class.

The Default, or no modifier, means only classes inside the same package, can access this method/field/constructor/class with this modifier.

Protected, only classes inside the same package, or that extends the class this method/field/constructor is part of, can access.

Public, is accessible from everywhere.

🤖 ** LINKS ** 🤖
🤝 Membership -    / @kaaringaming  
🙌 Support - https://www.buymeacoffee.com/kaaringa...
🖼 Website - https://www.kaaringaming.com/
😸 gitHub - https://github.com/KaarinGaming
🗨 Discord -   / discord  
🗯 Twitter -   / kaaringaming  


Do you wanna learn the Java coding language?
Then this will be a great start for a complete beginner!
Some of the things we will cover are:
Classes
Variables
Methods
Ifs
Strings
Returns
Objects
and so much more.

We will start by installing Eclipse. The program we will use to code in. A simple but powerful editor. Just like a text editor, but for code.

Each episode will contain a subject on its own, but sometimes we will talk about similar subjects in two or three episodes in a row. Watching those episodes in order will make it easier to understand the following episodes, but not a requirement.

This tutorial will be great if you wanna learn how to code but do not have time or simply can't go to school.
All you will need before this, is a computer, a headset and a internet connection. Two of those is required to even see this information.

There is a Discord server to use. Maybe something were overlooked, or you have question about the last episode. Join the discord Server. Link in the description above!

#java #tutorial #forbeginners #howtocode