
Begin your Java masterclass with Eclipse by exploring fundamentals and how OOP enables you to create reusable classes and objects, with the next video covering download and installation.
Explore and, or, and nested if statements in Java, building conditions with multiple clauses such as greater than, less than, and equals.
Create a Java project in Eclipse that prompts five ages, tallies entries above 18, and reports counts of allowed and not allowed entries plus percentage.
Explore how Java methods work as single-line calls that change values, using equalsIgnoreCase as an example. Learn the syntax—variable, dot, method name, and parentheses—and prepare for the first method, toUpperCase.
Learn boolean variables and the Character.isLetter method in Java, using a char input and if statements to determine if a character is a letter, with a practical demonstration.
Practice using the substring method in Java, handling user input and string length to avoid index out of bounds, and explore the indexOf technique to extract specific parts.
Explore indexOf and lastIndexOf to locate characters or words in a string from left-to-right and right-to-left, then use substring to extract data with zero-based indexing.
Discover how to use the scanner class in Java to create a scanner object, extract tokens with next, nextInt, nextDouble, and nextBoolean, and understand delimiters and closing the scanner.
Practice using the scanner object in Java with Eclipse, importing the utility package, and reading a string, an integer, a double, and a boolean, then printing and closing the scanner.
Practice using a print writer with a file writer to write and append text, handle io exceptions, and persist user input via a dialog-driven loop.
Explore how arrays in Java hold a fixed number of values, learn to declare one-dimensional and two-dimensional arrays with square brackets, and apply zero-based indexing in Eclipse.
Practice using a one-dimensional integer array in Java with Eclipse, collecting five user inputs via a dialog, storing and printing them, and using the array length to determine capacity.
Practice two-dimensional arrays in Java with Eclipse by filling a 4x5 array using nested for loops and user input. Display the resulting matrix row by row to verify values.
Explore how the split method works with string arrays, acting like a scanner to split a string into tokens and size the array accordingly in the Java Masterclass course.
Learn to build a Java project in Eclipse, collect user input via a dialog, split into arrays, and use length checks and a for loop to compare two players' sports.
Learn object oriented programming in Eclipse by creating classes and objects and using reusable methods. Use a text file reader and a processor to produce output in your main program.
Explore how to use and create classes in Java with Eclipse. Learn about void methods and top methods, how to import utilities like the Scanner, and reuse fields in code.
Learn how private variables restrict access to within a class, keeping core values protected from user tampering, and how to expose them via a public method that prints the value.
Create a separate scanner class with a file scan method, prompt for a file name using a Swing dialog, and read text files in Java with Eclipse.
Welcome to my Masterclass course on Java Programming with Eclipse!
My name is Matthew Dewey. I am an experienced programmer, having received several accommodations on programming in my formal education as well as tough several programming languages to thousands of students. My goal is to provide you, the budding programmer, the the knowledge you need on programming in an easy and fun manner. In this course I do just that and with one of the most useful IDEs coupled with the Java programming language.
Java, a wonderfully simple programming language that has encouraged many programmers to pursue careers involving Java over any other language. Of course, it goes without saying that Java is an excellent language, but do you know what is required of you to start programming Java?
As with any programming language it is important you understand the fundamentals and that is exactly what I teach you in this course. Further on, once completing the basic section, we move onto advanced Java programming and OOP. Data is important in the technological world that we live in, but what we use is processed data, so you, as the budding programmer need to know this as well. I show you how to scan through large amounts of data with ease as well as extract specific types and process it as well.
What about Eclipse? A popular, widely used IDE that many large applications have been created in over the years. Do you know how to use it to its full potential? Well, in this course we will go through several projects that will help you get truly comfortable with the IDE as well as more adept at program creation.
I help you:
Install your IDE
Establish fundamental code
Create and use variables
Retrieve user input
Process simple data
Advanced Java Methods
Data Collection
Data Processing and Storage
Data Extraction
Data Scanning
OOP, Object Orientated Programming
and BONUS tips and tricks!
Go no further if you're looking for the course that will guide you into the world of programming! With my masterclass course I can guarantee that the knowledge you learn will help you get a head-start in Java programming. I hope you enjoy the course and it helps you on your way into the world of programming!
"Programming is a form of art. It is logical creativity!"