
An introduction to what you will learn in this course, from advanced methods to OOP
An introduction to section 1
The toUpperCase Method, used to change lower case letters to their uppercase, but has its own special use of making user data easy to process
The toLowerCase method, used to change uppercase letters to their lower case, but has its own special use of making user data easy to process
Learn about the first checking method and the variables they work with, Boolean variables. The isLetter method checks to see if a character is a letter or not, returning a boolean value. Learn how these work in this video.
The isDigit method, a useful method that will help you check to see if a character is a number. A small scanning method.
The isWhiteSpace method is another checking method used to see if a character is white space, returning a boolean value.
The length method is a used to determine the length of a string. For certain programs this is necessary for checking strings to see if their lengths meet certain requirements.
The compareTo method, a very useful method that can be sued to compare strings inputted by the user. The applications for this method are many, making it an essential line of code to know.
An overview on what is require for this sections project as well as a few tips to get you started
One way in which you can answer the project in this section
A conclusion and summary of what you have learnt in section 1
A conclusion and summary of what you have learnt in section 1
A conclusion and summary of what you have learnt in section 1
In this video we practice using the substring method
In this video I explain what the indexOf method does and how to use it
In this video we practice using the indexOf method
A discussion on what is required for the project in section 2 as well as a few tips on where to start
One of the answers to the project in section 2
A conclusion to what you have learnt in this section
An introduction to Section 3 and Part 2 of the Advanced Java Programming with Eclipse course
An introduction to the scanner method, what it is, what it does and how to create one
Practice using the scanner
How to change the delimiter for a scanner and deal with basic error
How to create a scanner that you can use to read a text file
The prep that needs to be done before you can use a scanner to read a text file
Practice using the file reading scanner
An introduction to the print writer.
We create and use the Print Writer by creating the object and writing to a text file.
How we can use the Try and Catch statement to deal with basic errors concerning the Print Writer and File Writer.
In this video we discuss the project for this section
One way you can answer the project for this section
A conclusion to this section and part 2 of your Advanced Java Programming course with Eclipse
An introduction to this section and course
An introduction to the array variable types, how they work, how to create one and the difference between and one-dimensional and two dimensional array.
We practice using a one-dimensional array
We practice using a two-dimensional array
An introduction to the split method. How it works, what it's used for and how to put it to use.
We practice using the split method
In this video we discuss the project for this section and what is required of you to create.
One of the ways you can answer the project in this section.
A conclusion on what you have learnt in this section
An introduction to the final section and part to the Advanced Java Programming course with Eclipse. In this section we learn about OOP, Object Orientated Programming
In this video I give an introduction to OOP, methods and classes
In this video I show you how to create a class and void method
In this video I show you how to create a typed method and how it differs from a void method
In this video we create and practice using private variables
In this video we create a custom scanner method and create an object in the main program.
In this video we practice OOP by creating a simple program that makes use of the methods we've used so far.
We discuss the final project for this course and what is required of you
One way in which you can answer the final project for this course
A conclusion on what you have learnt in all the parts of this Advanced Java Programming course with Eclipse.
Welcome to my Advanced course on Java Programming with Eclipse!
My name is Matthew Dewey. I am an experienced programmer, having received several accolades on programming in my formal education as well as taught 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 in a programming career?
There are many skills in programming that are required in any form of the field, but what I plan to to teach you in this course is exactly what you will find on many job requirements as well as many advanced methods that will no doubt help you in the future. I speak of OOP, Object Orientated Programming, in addition I included data processing and storage.
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.
In short, you will learn:
Advanced Java Methods
Data Collection
Data Processing and Storage
Data Extraction
Data Scanning
OOP, Object Orientated Programming
and BONUS tips and methods!
Go no further if you're looking for the course that will take you from a novice to an expert! With my course I can guarantee that the knowledge you learn will help you in your career or further studies on 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!"