Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java Masterclass | Beginner to OOP Programming with NetBeans
Rating: 4.3 out of 5(72 ratings)
1,497 students

Java Masterclass | Beginner to OOP Programming with NetBeans

Learn Basic to Advanced Java programming Techniques and Methods as well as Object Orientated Programming
Last updated 8/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.

Course content

6 sections66 lectures4h 35m total length
  • Introduction1:29

    Begin your java journey by mastering fundamentals with net beans. Move into advanced topics and object oriented programming by creating your own classes and objects.

  • Installing NetBeans2:31

    Install NetBeans by downloading it from the official page, run the installer, finish with the desktop icon, turn off the start page, and enable the dark look and feel.

  • First Line of Code5:52

    set up a java project in NetBeans, create a java application, and write the first line of code with hello world while understanding system out print and println behavior.

  • String and Integer Variables5:16

    Learn to declare and assign string and integer variables in Java, print variables, concatenate text with variables, rename variables, and observe how changes affect program output in NetBeans.

  • Variables and Math3:05

    Learn how to use integer variables in Java to perform addition, subtraction, division, and multiplication, print results, and reuse variables across operations.

  • If Statements Introduction4:59

    Master if statements in Java to compare an age variable effectively. Test greater than, equal to, not equal, or conditions with else branches and printed results.

  • If Statements Practice4:54

    Learn to use if statements to check if a number lies between two values with inclusive bounds in Java, using and for both conditions and or for either condition.

  • While Loops3:51

    Use a while loop in Java to repeat code, count iterations with a count variable, and print numbers from 1 to 10, including evens when incremented by two.

  • The For Loop6:08

    Learn to create for loops and compare them with while loops in Java, including initialization, condition, and increment, plus nested and infinite loops and simple pattern printing.

  • User Input7:10

    Learn to capture user input in Java via showInputDialog, import javax.swing, handle strings with equals ignore case and not equals, print results, and practice converting strings to integers.

  • Parsing String and Integer Variables3:50

    Learn to parse and convert between strings and integers in Java by using Integer.parseInt, convert int to string with concatenation, and accept user input via a dialog, then print results.

  • Char Variable and Parsing5:20

    Learn how the char variable stores a single character, declare it with single quotes, and print it, then use charAt method to extract characters from a string with zero-based indexing.

  • Double Variable and Parsing5:10

    Learn how to create a double variable in Java, perform decimal arithmetic, and convert between double, integer, and string through parsing examples.

  • Project Discussion2:04

    Build a four-question Java multiple-choice test in NetBeans, collect letter answers with a loop and if statements, and display per-question results plus a final score out of 100.

  • Project Answer8:30

    Build a four-question Java Swing-based multiple-choice quiz using input dialogs, track score, and display the total percentage, with notes on optimization and practice.

  • Conclusion1:10

    Conclude your journey by reinforcing core programming fundamentals and the value of practice, guiding you toward becoming an advanced programmer with creative logic.

Requirements

  • Nothing. No prior knowledge of programming is needed.

Description

Welcome to my Basic course on Java Programming with NetBeans!

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 NetBeans? 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