ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

103,990 results

Bro Code
Learn Java getters and setters in 10 minutes! 🔐

java #javatutorial #javacourse public class Main { public static void main(String[] args) { // They help protect object data and add ...

10:06
Learn Java getters and setters in 10 minutes! 🔐

50,930 views

1 year ago

TodoCode
🚀 Getters and Setters in Java | 🤔| Object-Oriented Programming with Java 🖥️ | Easy Explanation 20...

💥 SUPPORT THE CHANNEL 💥 💖 Buy me a tereré from Argentina (MercadoPago): https://cafecito.app/todocode 💖 Argentine Bank ...

14:32
🚀 Getters and Setters in Java | 🤔| Object-Oriented Programming with Java 🖥️ | Easy Explanation 20...

173,306 views

4 years ago

makigas
Getters y setters o atributos públicos en Java, ¿qué es mejor?

Hace poco me plantearon la siguiente pregunta: ¿qué sentido tiene fabricar getters y setters en las clases Java cuando podría ...

8:55
Getters y setters o atributos públicos en Java, ¿qué es mejor?

14,431 views

2 years ago

Programación ATS
68. Programación en Java || POO || Encapsulamiento y métodos accesores (Getters y Setters)

Puedes apuntarte al curso completo en la siguiente plataforma: Hotmart: https://go.hotmart.com/W79402623G?dp=1 Como java ...

11:16
68. Programación en Java || POO || Encapsulamiento y métodos accesores (Getters y Setters)

361,281 views

8 years ago

Charly Cimino
GETTERS Y SETTERS en Java ☕ Qué son y cómo crearlos ❓

Al colocarles visibilidad privada a los atributos de una clase, aparece la necesidad de poder (o no) consultar o establecer nuevos ...

9:13
GETTERS Y SETTERS en Java ☕ Qué son y cómo crearlos ❓

26,048 views

4 years ago

Alex Lee
Getters and Setters Java Tutorial #84

OFF ANY Springboard Tech Bootcamps with my code ALEXLEE1500. See if you qualify for the JOB GUARANTEE!

14:12
Getters and Setters Java Tutorial #84

535,481 views

6 years ago

People also watched

Bro Code
Learn CONSTRUCTORS in 10 minutes! 🔨

java #javatutorial #javacourse public class Main { public static void main(String[] args) { // constructor = A special method to ...

10:08
Learn CONSTRUCTORS in 10 minutes! 🔨

33,624 views

1 year ago

Giraffe Academy
Getters & Setters | C# | Tutorial 28

Source Code - http://www.giraffeacademy.com/programming-languages/csharp/ This video is one in a series of videos where we'll ...

12:09
Getters & Setters | C# | Tutorial 28

204,153 views

8 years ago

Shakmuria
Java Exercise #5.- Create a Student class, with its constructor, and setter and getter methods.

A class called Student will be created, which will contain the following attributes: name (String), age (int), and pass ...

22:08
Java Exercise #5.- Create a Student class, with its constructor, and setter and getter methods.

26,459 views

6 years ago

Java made Simple
Java Getters & Setters, Encapsulation with Code Examples Tutorial

In this Java programming tutorial for beginners, you will learn about getters and setters, encapsulation, and access modifiers ...

7:24
Java Getters & Setters, Encapsulation with Code Examples Tutorial

33,122 views

8 years ago

CS Hero
Java Tutorial: Getter & Setter Methods

This video demonstrates how to implement get and set methods to access member variables, often called getters and setters.

7:12
Java Tutorial: Getter & Setter Methods

14,420 views

4 years ago

TodoCode
🚀 GENERICS en JAVA 🖥️ | Explicación FÁCIL 💥

Clase Tutorial completo sobre el uso de Generics en Java! ☕ Curso completo de Java: ...

10:28
🚀 GENERICS en JAVA 🖥️ | Explicación FÁCIL 💥

29,366 views

1 year ago

MasterHeHeGar
12 - Métodos Get y Set (JavaPOO)

https://twitter.com/MasterHeHeGar https://www.facebook.com/MasterHeHeGar Si no puedes comentar aquí, hazlo en twitter o en ...

15:40
12 - Métodos Get y Set (JavaPOO)

90,367 views

11 years ago

Programar Facil
Tutorial de Java en Español # 5 - Setters y Getters

Hola a todos bienvenidos al quinto tutorial de Java hoy vamos a estar viendo los setters y getters los set getter son tipos de ...

5:59
Tutorial de Java en Español # 5 - Setters y Getters

22,405 views

12 years ago

Maxy
How to use Getters and Setters in Java | Tutorial

This tutorial will elaborate more about getters and setter and bring a clear picture on how to use them in java. Encapsulation, is to ...

13:15
How to use Getters and Setters in Java | Tutorial

7,996 views

5 years ago

codigofacilito
Clases, Objetos y Métodos en Java

Desbloquea más de +170 cursos Premium a un precio especial: https://codigofacilito.com/promo Síguenos en: Twitter: ...

15:36
Clases, Objetos y Métodos en Java

483,906 views

13 years ago

Telusko
#41 Getters and Setters in Java

Check out our courses: Java Spring Boot AI Live Course: https://go.telusko.com/JavaSpringBootAI Coupon: TELUSKO20 (20% ...

2:55
#41 Getters and Setters in Java

230,265 views

3 years ago

Aprende a Programar
💊 GETTERS and SETTERS in JAVA (ENCAPSULATION) ☕ | JAVA Master Course 🔥Episode #39

Learn JAVA now! FREE full course from scratch ...

14:38
💊 GETTERS and SETTERS in JAVA (ENCAPSULATION) ☕ | JAVA Master Course 🔥Episode #39

572 views

1 year ago

JirAWS
Learn Java #7 Encapsulation, Visibility, Getters and Setters

Episode N°7 of the "Learning Java" playlist - We discuss the notions of Encapsulation and Visibility in Java. In this tutorial ...

6:58
Learn Java #7 Encapsulation, Visibility, Getters and Setters

55,186 views

5 years ago

pildorasinformaticas
Java 2025 Course. Getters, Setters, and Constructors. Video 30

In this video, we'll cover what constructors are and what they're used for. We'll continue with the work on getters and ...

29:41
Java 2025 Course. Getters, Setters, and Constructors. Video 30

5,706 views

6 months ago

Coding with John
Never Write a Getter or Setter in Java Again

Use this to never have to write or even SEE a getter or setter in your Java programs ever again. Hate how much clutter all the ...

10:41
Never Write a Getter or Setter in Java Again

161,261 views

4 years ago

Bro Code
C# getters & setters 🔒

C# getters and setters encapsulation tutorial example explained #C# #getters #setters //getters & setters = add security to fields by ...

4:06
C# getters & setters 🔒

205,870 views

4 years ago

Giraffe Academy
Getters & Setters | Java | Tutorial 31

Source Code - http://www.giraffeacademy.com/programming-languages/java/ This video is one in a series of videos where we'll ...

17:49
Getters & Setters | Java | Tutorial 31

115,423 views

8 years ago

CodingWithChandler
Java Tutorial #8: Getters and Setters Explained

Source Code: https://github.com/chandlerkeyes/GettersandSettersTutorial SUBSCRIBE TO MY MAIN CHANNEL ...

8:24
Java Tutorial #8: Getters and Setters Explained

109,543 views

7 years ago

UskoKruM2010
Métodos GET & SET en Java (Getters - Setters) | Programación Orientada a Objetos | Curso Java # 26

En Este Video Te Explicaré Qué Son & Para Qué Sirven Los Métodos GET & SET En Clases De Java (Programación Orientada A ...

7:19
Métodos GET & SET en Java (Getters - Setters) | Programación Orientada a Objetos | Curso Java # 26

40,463 views

10 years ago

CodeWithHarry
Java Tutorial: Access modifiers, getters & setters in Java

Java access modifiers: In this video, we will see how to use access modifiers in Java. Java offers public, default, private and ...

12:56
Java Tutorial: Access modifiers, getters & setters in Java

753,578 views

5 years ago

Bill Barnum
Getters & Setters (Java Tutorial)

This Java tutorial for beginners explains how to create getter (accessor) and setter (mutator) methods. Aligned to AP Computer ...

8:47
Getters & Setters (Java Tutorial)

5,006 views

5 years ago

Programming with Mosh
JavaScript Getters and Setters | Mosh

JavaScript Getters and Setters Get the COMPLETE course (83% OFF - LIMITED TIME ONLY): http://bit.ly/2M1sp4B Subscribe for ...

6:37
JavaScript Getters and Setters | Mosh

263,841 views

7 years ago

La Geekipedia De Ernesto
Intermediate Java Course #10 | Setter and Getter Methods in Java (OOP)

Intermediate Java Course with NetBeans - In this installment of the intermediate Java programming course, you'll learn what ...

22:49
Intermediate Java Course #10 | Setter and Getter Methods in Java (OOP)

109,294 views

8 years ago

DeepCodeIA
Day 11: Encapsulation in Java (getters and setters) | Learn Java from scratch in 13 days

In this video, you'll learn what encapsulation is in Java and how to use getters and setters to protect and validate your data ...

2:40
Day 11: Encapsulation in Java (getters and setters) | Learn Java from scratch in 13 days

4,426 views

2 months ago