ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

36 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

19 views

6 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

21 views

8 months ago

PythonGPT
error cannot find symbol scanner solved in java

Download 1M+ code from https://codegive.com/f6f3a6b certainly! the "cannot find symbol" error in java typically occurs when the ...

2:45
error cannot find symbol scanner solved in java

5 views

11 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

6 months ago

TurtleMan
Word Counter tutorial

Anyways the code is down here in the description as well. import java.io.*; import java.util.Scanner; public class WordCounter ...

25:13
Word Counter tutorial

9 views

11 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

44 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

8 months ago

vlogommentary
Why Does My Java Program Stop Compiling When I Try to Assign Input for the Radius?

Discover why your Java program might stop compiling when you try to accept user input for the radius of a circle and how to fix ...

3:19
Why Does My Java Program Stop Compiling When I Try to Assign Input for the Radius?

2 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

0 views

2 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

3 months ago

vlogize
Why Am I Getting a .class Expected Error in My getNextChar() Method in Java?

Discover why you might be encountering a `.class` expected error in your `getNextChar()` method in Java and learn how to ...

1:38
Why Am I Getting a .class Expected Error in My getNextChar() Method in Java?

7 views

10 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)

30 views

1 month 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

36 views

7 months 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

5 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

262 views

9 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

6 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

2 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

4 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

6 months ago

CodeKick
input mismatch exception in java

Download 1M+ code from https://codegive.com/7e6bb19 inputmismatchexception in java the `inputmismatchexception` is a ...

2:45
input mismatch exception in java

15 views

11 months ago