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
27 results
Learn how to troubleshoot and fix common Java compilation errors, including handling the `Scanner` class. --- This video is based ...
21 views
8 months ago
Encountering a "Scanner cannot be resolved to a type" error in Java? Discover how to effectively resolve this common issue in ...
19 views
6 months ago
Download 1M+ code from https://codegive.com/f6f3a6b certainly! the "cannot find symbol" error in java typically occurs when the ...
5 views
11 months ago
Learn how to effectively handle double values in Java with Scanner and avoid InputMismatchException errors when using ...
0 views
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 ...
2 views
10 months ago
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.
2 months ago
Learn how to resolve the common Java error "error: illegal start of type" caused by incorrect placement of the import statement.
44 views
This guide helps you troubleshoot common errors in your Java program that uses sentinel loops to input student scores. Learn to ...
3 months ago
Discover why you might be encountering a `.class` expected error in your `getNextChar()` method in Java and learn how to ...
7 views
**Code Example:** * **Explanation:** * `import java.util.Scanner;`: Imports the `Scanner` class. * `Scanner scanner = new ...
4 views
5 months ago
Learn how to resolve the `invalid month` issue in your Java program by using the Scanner class effectively. This guide walks you ...
Learn how to resolve the "method next() is undefined for the type String" error in Java with this comprehensive guide for beginners ...
Learn how to effectively check user input for a two-word phrase with one space using Java's Scanner. This detailed guide walks ...
4 months ago
Learn how to effectively display the highest score from a text file using Java, fixing common coding errors along the way.
Download 1M+ code from https://codegive.com/7e6bb19 inputmismatchexception in java the `inputmismatchexception` is a ...
15 views
Learn how to write a simple Java program that prompts the user for a letter and displays it in quotation marks along with the ...
Explore why Java's `nextDouble()` method accepts commas but not points, how to fix this issue, and understand the importance of ...
Learn how to validate user input in Java to ensure it is a `double`, preventing crashes and ensuring a seamless user experience ...
Learn how to take inputs in Java when the array length is not predefined using `ArrayList`. Follow our step-by-step guide for ...