Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java Masterclass|Basic to OOP Programming with IntelliJ IDEA
Rating: 4.1 out of 5(44 ratings)
1,256 students

Java Masterclass|Basic to OOP Programming with IntelliJ IDEA

Learn Basic to Advanced Java programming Techniques and Methods as well as Object Orientated Programming
Last updated 9/2018
English
English [Auto],

What you'll learn

  • They will have an excellent understanding of the fundamentals in Java programming.
  • Use many advanced Java programming techniques and have a great understanding Object Orientated Programming. These are essential skills for every form of Java programmer.
  • Master the IntelliJ IDEA Software

Course content

6 sections65 lectures4h 44m total length
  • Introduction2:10

    Begin your Java masterclass by installing the IDE, learning fundamental Java programming, then exploring advanced concepts and culminating in object oriented programming through practice and projects.

  • IDE Download and Installation4:00

    Learn how to download and install the IntelliJ IDEA Community Edition, verify your 64-bit system, customize installation options, and prepare to create your first Java project.

  • Creating Projects and First Line of Code7:00

    Install the Java SDK and set up IntelliJ IDEA, then create a new Java project, write the main method, and run your first hello world program.

  • String and Integer Variables6:47

    Learn to declare and initialize string and integer variables in Java, print them with System.out, and use the plus operator for concatenation and addition.

  • Math Functions with Variables4:25

    Learn to use math functions with integer variables in Java, performing addition, subtraction, multiplication, and division, and observe operator precedence and bracket effects when printing results.

  • The If Statement6:52

    Create and use if statements in Java to test conditions such as age, using operators like >, >=, ==, and !=, with if else blocks to print outcomes.

  • Nested If Statements and Additional Operators5:22

    Master nested if statements and additional operators in Java to validate ranges like 18 to 25 inclusive, and use the or operator for flexible checks.

  • While Loops5:24

    Explore how a while loop repeats code while a condition is true, using a count variable to run up to ten iterations and identify infinite loops.

  • The For Loop3:35

    Explore how to use a for loop in Java as a count-based alternative to while loops, with initialization, condition, and update, printing i from 0 to 9.

  • Retrieving User Input4:04

    Learn to receive user input in Java using a showInputDialog, storing the response in a string variable, and displaying it in output to verify the value.

  • String and Integer Parsing5:31

    Learn how to parse strings and integers in Java, convert between string and integer, test conversions, and handle user input with a dialog.

  • Character Data Type and Parsing6:04

    Explore the char data type in Java, create a single-character variable, convert between char, string, and int, use charAt to extract a char from a string, and handle non-numeric errors.

  • Double Data Type and Parsing5:22

    Explore the double data type in Java, convert between string, integer, and char, and parse strings to doubles.

  • Project Discussion2:19

    Master java basics with a ticket tester project in IntelliJ IDEA. Use if statements inside a while loop to process five ages and report entry counts and the percentage allowed.

  • Project Answer7:06

    Create and test a Java project in IntelliJ IDEA, implementing a while-loop age check with user input, counting allowed and not allowed entries, and computing the entry percentage.

  • Conclusion1:13

    Conclude the Java masterclass by installing IntelliJ, writing your first line of code, and mastering basics to advanced concepts, including retrieving and processing user data through a final project.

Requirements

  • Nothing. No prior knowledge of programming is needed.
  • You will need access to the internet
  • You will need space on your computer for the software we will download

Description

Welcome to my Masterclass course on Java Programming with IntelliJ IDEA!

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 IntelliJ IDEA? 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!"

Who this course is for:

  • Students ready to learn the joys of programming for the first time.
  • I.T Students
  • Basic Java programmers
  • Beginner Programmers
  • Java Programmers Wanting to Learn OOP