ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

351 results

SDPT Solutions
Java Tutorial #7: WHILE & DO - WHILE Loop | ITERATION | BREAK | Eclipse | Filipino | Tagalog

Today we are going to learn about WHILE & DO WHILE Loops we can use this to repeatedly run a block of code as much as we ...

32:35
Java Tutorial #7: WHILE & DO - WHILE Loop | ITERATION | BREAK | Eclipse | Filipino | Tagalog

153,928 views

5 years ago

SDPT Solutions
Java Tutorial #11: Methods / Functions | ARGUMENTS | RETURN | Filipino | Tagalog

Today we are going to talk about Methods / Functions so that we can divide our program to smaller tasks and write a more efficient ...

43:26
Java Tutorial #11: Methods / Functions | ARGUMENTS | RETURN | Filipino | Tagalog

132,751 views

5 years ago

SDPT Solutions
Java Tutorial #4: Arrays | Elements | Index | Eclipse | Filipino | Tagalog

Hi Guys today ang paguusapan naman natin ay about Arrays, ginagamit to pag sobrang rami niyong variables in the same ...

28:55
Java Tutorial #4: Arrays | Elements | Index | Eclipse | Filipino | Tagalog

250,248 views

5 years ago

SDPT Solutions
Java Tutorial #5: Conditional Statements | IF-ELSE-ELSE IF | NESTED | Eclipse | Filipino | Tagalog

Hi Guys today we will be talking about Conditional Statements and on how to make your program smarter! We will talk about - IF ...

40:57
Java Tutorial #5: Conditional Statements | IF-ELSE-ELSE IF | NESTED | Eclipse | Filipino | Tagalog

217,863 views

5 years ago

SDPT Solutions
Java Tutorial #18: Inheritance | EXTENDS | SUPER | Object Oriented Programming | Filipino | Tagalog

Today we will talk about Inheritance this technique helps us with Code Re usability so we do not need to type in the code ...

28:18
Java Tutorial #18: Inheritance | EXTENDS | SUPER | Object Oriented Programming | Filipino | Tagalog

101,323 views

5 years ago

SDPT Solutions
Java Tutorial #10: 2D Arrays + NESTED FOR Loop & NESTED FOR-EACH Loop | Eclipse | Filipino | Tagalog

Today we are going to talk about 2D Arrays and Nested Loops we will use nested loops to iterate through a 2D Array truthfully this ...

42:02
Java Tutorial #10: 2D Arrays + NESTED FOR Loop & NESTED FOR-EACH Loop | Eclipse | Filipino | Tagalog

95,295 views

5 years ago

SDPT Solutions
Java Tutorial #8: FOR Loop | ITERATION | BREAK | Eclipse | Filipino | Tagalog

Today we are going to talk about For Loop in Java we can use this to repeatedly run a block of code as much as we like ...

33:23
Java Tutorial #8: FOR Loop | ITERATION | BREAK | Eclipse | Filipino | Tagalog

107,309 views

5 years ago

SDPT Solutions
Java Tutorial #24: Array Lists | CREATE | DELETE | UPDATE | Filipino | Tagalog

This is the last video on our Basic Java Tutorial Series we will learn about an expandable Array called ArrayList! This is a very ...

31:47
Java Tutorial #24: Array Lists | CREATE | DELETE | UPDATE | Filipino | Tagalog

51,140 views

5 years ago

SDPT Solutions
Java Tutorial #14: Constructors | Object Oriented Programming | Filipino | Tagalog

Today we will talk about constructors, this will allow us to initialize in a more efficient manner! Java Tutorial #14: Constructors ...

17:30
Java Tutorial #14: Constructors | Object Oriented Programming | Filipino | Tagalog

104,431 views

5 years ago

SDPT Solutions
Java Tutorial #6: Switch Statements | CASE | DEFAULT | Eclipse | Filipino | Tagalog

Today we are going to talk about Switch Statements why, how and when to use it, Switch Statements uses the Case, Default and ...

22:35
Java Tutorial #6: Switch Statements | CASE | DEFAULT | Eclipse | Filipino | Tagalog

121,381 views

5 years ago

SDPT Solutions
Java Tutorial #3: User Input & Arithmetic Operators | Eclipse | Filipino | Tagalog

Hi Guys today we will talk about capturing data from user input para makahingi na tayo ng data na nanggaling kay user at ...

21:35
Java Tutorial #3: User Input & Arithmetic Operators | Eclipse | Filipino | Tagalog

225,422 views

5 years ago

SDPT Solutions
Java Tutorial #2: Variables & Datatypes | Concatenation | Eclipse | Filipino | Tagalog

Hi Guys Today we will be continuing our discussion sa Basic Java today ang paguusapan natin ay ang tinatawag nating variables ...

29:55
Java Tutorial #2: Variables & Datatypes | Concatenation | Eclipse | Filipino | Tagalog

281,038 views

5 years ago

SDPT Solutions
Java Tutorial #16: Encapsulation | Object Oriented Programming | Filipino | Tagalog

Today we will talk about Encapsulation a technique that will make a Class more secure it is about hiding data that should not be ...

16:35
Java Tutorial #16: Encapsulation | Object Oriented Programming | Filipino | Tagalog

91,562 views

5 years ago

SDPT Solutions
Java Tutorial #19: Polymorphism | Object Oriented Programming | Filipino | Tagalog

Today we will talk about Polymorphism, A Class that can take many forms! This is very useful when creating variants of an Object ...

14:54
Java Tutorial #19: Polymorphism | Object Oriented Programming | Filipino | Tagalog

63,004 views

5 years ago

SDPT Solutions
Intermediate Java Tutorial #1: Exception Handling | Try, Catch & Finally | Filipino | Tagalog

Today we are starting a new series that will continue our Basic Java Tutorial, We will now be tackling intermediate concepts ...

37:50
Intermediate Java Tutorial #1: Exception Handling | Try, Catch & Finally | Filipino | Tagalog

12,357 views

1 year ago

SDPT Solutions
Intermediate Java Tutorial #4: Recursive Methods | StackOverFlowError | Filipino | Tagalog

Let's talk about a concept called recursive method where we call a method in itself creating a loop, without actually using a For ...

24:04
Intermediate Java Tutorial #4: Recursive Methods | StackOverFlowError | Filipino | Tagalog

7,226 views

1 year ago

SDPT Solutions
Java Tutorial #15: Object Methods | Object Oriented Programming | Filipino | Tagalog

Hey guys today we are going to talk about Object Methods, it serves as the purpose of our object! Java Tutorial #15: Object ...

25:37
Java Tutorial #15: Object Methods | Object Oriented Programming | Filipino | Tagalog

76,490 views

5 years ago

SDPT Solutions
Java Tutorial #20: Abstraction | ABSTRACT Class | Object Oriented Programming | Filipino | Tagalog

Today we will learn about Abstraction using ABSTRACT Classes this is very useful when you have an abstract idea and you want ...

13:04
Java Tutorial #20: Abstraction | ABSTRACT Class | Object Oriented Programming | Filipino | Tagalog

54,905 views

5 years ago

SDPT Solutions
Intermediate Java Tutorial #2: Datatype Conversion | Parsing | Type Casting | Filipino | Tagalog

We will now be diving deep into converting data types especially numeric data types into different data types. We will be learning ...

32:55
Intermediate Java Tutorial #2: Datatype Conversion | Parsing | Type Casting | Filipino | Tagalog

5,154 views

1 year ago

SDPT Solutions
Java Tutorial #21: Abstraction | INTERFACE | Object Oriented Programming | Filipino | Tagalog

Hi Guys today we are going to tackle the 2nd part of Abstraction by usin INTERFACES this is a good practice if you want to ...

21:36
Java Tutorial #21: Abstraction | INTERFACE | Object Oriented Programming | Filipino | Tagalog

41,838 views

5 years ago

SDPT Solutions
Java Tutorial #13: Classes & Objects | Object Oriented Programming | Filipino | Tagalog

Today we're going to start our Object Oriented Programming tutorial series in Java, we are going to focus on creating objects so ...

13:51
Java Tutorial #13: Classes & Objects | Object Oriented Programming | Filipino | Tagalog

177,571 views

5 years ago

SDPT Solutions
Java Tutorial #1: JDK, IDE and Hello World | Eclipse | Java Packages | Filipino | Tagalog

Today we are going to start our Tutorial Series sa Basic Java we will install everything necessary para makapagsimula na kayo sa ...

22:21
Java Tutorial #1: JDK, IDE and Hello World | Eclipse | Java Packages | Filipino | Tagalog

551,230 views

5 years ago

SDPT Solutions
Intermediate Java Tutorial #3: HashMap | Key Value Pairs | Filipino | Tagalog

We will now be talking about a HashMap wherein we store values as a Key Value Pair, which pairs a value using a unique ...

1:07:17
Intermediate Java Tutorial #3: HashMap | Key Value Pairs | Filipino | Tagalog

5,364 views

1 year ago

SDPT Solutions
Java Tutorial #17: Overloading Constructors | Object Oriented Programming | Filipino | Tagalog

Today we will talk about Overloading Constructors, Creating Multiple Constructors to fit our needs! This is very useful and crucial ...

10:59
Java Tutorial #17: Overloading Constructors | Object Oriented Programming | Filipino | Tagalog

45,775 views

5 years ago

SDPT Solutions
Java Tutorial #9: FOR - EACH Loop | ITERATION | BREAK | Eclipse | Filipino | Tagalog

Today we are going to talk about For Each loop, The most Easy type of loop to use and possibly the most efficient one to use when ...

19:00
Java Tutorial #9: FOR - EACH Loop | ITERATION | BREAK | Eclipse | Filipino | Tagalog

55,703 views

5 years ago