ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

28 results

vlogize
Fixing the Scanner cannot be resolved to a type Error in Java

Encountering a "Scanner cannot be resolved to a type" error in Java? Discover how to effectively resolve this common issue in ...

1:23
Fixing the Scanner cannot be resolved to a type Error in Java

22 views

8 months ago

vlogize
Understanding Java Errors: How to Fix Scanner cannot be resolved to a type

Learn how to troubleshoot and fix common Java compilation errors, including handling the `Scanner` class. --- This video is based ...

1:59
Understanding Java Errors: How to Fix Scanner cannot be resolved to a type

22 views

10 months ago

vlogize
How to Successfully Import Double Values to Console in Java Using Scanner

Learn how to effectively handle double values in Java with Scanner and avoid InputMismatchException errors when using ...

2:09
How to Successfully Import Double Values to Console in Java Using Scanner

0 views

8 months ago

vlogize
How to Handle User Input in Java Using Scanner

Discover the simple steps for taking user input in Java using the Scanner class. Learn how to correctly structure your Java ...

1:47
How to Handle User Input in Java Using Scanner

0 views

10 months ago

vlogize
How to Ensure Your Input is an Integer in Java Using Scanner

Learn how to check if the input received by a Scanner in Java is definitely an `integer`, and handle non-integer inputs gracefully.

1:53
How to Ensure Your Input is an Integer in Java Using Scanner

3 views

4 months ago

vlogize
How to Fix Errors in Your Java Sentinel Loops Program for Student Scores

This guide helps you troubleshoot common errors in your Java program that uses sentinel loops to input student scores. Learn to ...

2:07
How to Fix Errors in Your Java Sentinel Loops Program for Student Scores

0 views

5 months ago

vlogize
How to Fix the error: illegal start of type in Java Code

Learn how to resolve the common Java error "error: illegal start of type" caused by incorrect placement of the import statement.

1:59
How to Fix the error: illegal start of type in Java Code

46 views

9 months ago

MFA Creatives
Addition Of 2 Numbers in Java By Taking User Input | Java Tutorial (2025 Beginner Guide)

Addition Of 2 Numbers Using User Input | Scanner Class & Arithmetic Explained (2025 Beginner Guide) Want to learn how to take ...

4:44
Addition Of 2 Numbers in Java By Taking User Input | Java Tutorial (2025 Beginner Guide)

32 views

3 months ago

vlogize
Getting Your Scanner to Recognize Input: Solving the Invalid Month Issue in Java

Learn how to resolve the `invalid month` issue in your Java program by using the Scanner class effectively. This guide walks you ...

1:37
Getting Your Scanner to Recognize Input: Solving the Invalid Month Issue in Java

0 views

8 months ago

ICSE Computer Applications by Sarita Aswal Ma'am
Java Methods & Functions | ICSE Class 10 Java | Scanner Class and Menu-Driven Programs

WHAT IS COVERED IN THIS SESSION: The Scanner Class: * Why we need import java.util.Scanner;. Creating the Scanner ...

28:34
Java Methods & Functions | ICSE Class 10 Java | Scanner Class and Menu-Driven Programs

11 views

2 weeks ago

CodeTime
how to read integer value from the standard input in java

**Code Example:** * **Explanation:** * `import java.util.Scanner;`: Imports the `Scanner` class. * `Scanner scanner = new ...

1:15
how to read integer value from the standard input in java

4 views

7 months ago

Comp Course
Using IntelliJ and BlueJ to read a text file

File; import java.io.FileNotFoundException; import java.util.Scanner; public class ReadingFile { public static void main(String[] ...

5:42
Using IntelliJ and BlueJ to read a text file

309 views

11 months ago

vlogize
Understanding the next() Method Error in Java

Learn how to resolve the "method next() is undefined for the type String" error in Java with this comprehensive guide for beginners ...

1:28
Understanding the next() Method Error in Java

0 views

4 months ago

Web Tech Knowledge
#13 How to find out area of a triangle in java

Method 1: Base & Height Formula Formula: Area = 1 2 × base × height Area= 2 1 ​ ×base×height Java Code: java import java.util.

7:40
#13 How to find out area of a triangle in java

41 views

9 months ago

vlogize
How to Properly Validate a Two-Word Phrase Input in Java Using Scanner

Learn how to effectively check user input for a two-word phrase with one space using Java's Scanner. This detailed guide walks ...

2:16
How to Properly Validate a Two-Word Phrase Input in Java Using Scanner

0 views

6 months ago

vlogize
How to Create a Java Program That Displays a Selected Letter in Quotation Marks

Learn how to write a simple Java program that prompts the user for a letter and displays it in quotation marks along with the ...

1:57
How to Create a Java Program That Displays a Selected Letter in Quotation Marks

0 views

8 months ago

vlogize
How to Display the Highest Score from an ArrayList in Java

Learn how to effectively display the highest score from a text file using Java, fixing common coding errors along the way.

2:29
How to Display the Highest Score from an ArrayList in Java

0 views

8 months ago

pbo if 24
UML

Java7 import java.io.*; import java.util.Scanner; public class FileIOModule { public static void main(String[] args) { String path ...

6:47
UML

1 view

1 month ago

vlogize
Understanding nextDouble() Behavior in Java: The Comma vs. Point Dilemma

Explore why Java's `nextDouble()` method accepts commas but not points, how to fix this issue, and understand the importance of ...

2:04
Understanding nextDouble() Behavior in Java: The Comma vs. Point Dilemma

0 views

8 months ago

Daily Grind with Lucky
I made a noob Calculator 😅

""Here is the Code: import java.util.*; // Importing required package public class calcy { // Class declaration public static void ...

54:34
I made a noob Calculator 😅

5 views

11 months ago