Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
28 results
Encountering a "Scanner cannot be resolved to a type" error in Java? Discover how to effectively resolve this common issue in ...
22 views
8 months ago
Learn how to troubleshoot and fix common Java compilation errors, including handling the `Scanner` class. --- This video is based ...
10 months ago
Learn how to effectively handle double values in Java with Scanner and avoid InputMismatchException errors when using ...
0 views
Discover the simple steps for taking user input in Java using the Scanner class. Learn how to correctly structure your Java ...
Learn how to check if the input received by a Scanner in Java is definitely an `integer`, and handle non-integer inputs gracefully.
3 views
4 months ago
This guide helps you troubleshoot common errors in your Java program that uses sentinel loops to input student scores. Learn to ...
5 months ago
Learn how to resolve the common Java error "error: illegal start of type" caused by incorrect placement of the import statement.
46 views
9 months ago
Addition Of 2 Numbers Using User Input | Scanner Class & Arithmetic Explained (2025 Beginner Guide) Want to learn how to take ...
32 views
3 months ago
Learn how to resolve the `invalid month` issue in your Java program by using the Scanner class effectively. This guide walks you ...
WHAT IS COVERED IN THIS SESSION: The Scanner Class: * Why we need import java.util.Scanner;. Creating the Scanner ...
11 views
2 weeks ago
**Code Example:** * **Explanation:** * `import java.util.Scanner;`: Imports the `Scanner` class. * `Scanner scanner = new ...
4 views
7 months ago
File; import java.io.FileNotFoundException; import java.util.Scanner; public class ReadingFile { public static void main(String[] ...
309 views
11 months ago
Learn how to resolve the "method next() is undefined for the type String" error in Java with this comprehensive guide for beginners ...
Method 1: Base & Height Formula Formula: Area = 1 2 × base × height Area= 2 1 ×base×height Java Code: java import java.util.
41 views
Learn how to effectively check user input for a two-word phrase with one space using Java's Scanner. This detailed guide walks ...
6 months ago
Learn how to write a simple Java program that prompts the user for a letter and displays it in quotation marks along with the ...
Learn how to effectively display the highest score from a text file using Java, fixing common coding errors along the way.
Java7 import java.io.*; import java.util.Scanner; public class FileIOModule { public static void main(String[] args) { String path ...
1 view
1 month ago
Explore why Java's `nextDouble()` method accepts commas but not points, how to fix this issue, and understand the importance of ...
""Here is the Code: import java.util.*; // Importing required package public class calcy { // Class declaration public static void ...
5 views