Course Information
- Available
- *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Course Overview
Basic principles of the Java language by example
This is a mini-course about the programming language Java. You will learn about how to install the NetBeans IDE together with Java, create your first project and start this project. The course will introduce you into commands, variables, conditional statements, methods, classes, inheritance and visibility modifiers.
This is a very short course about the Java language. It will teach the very basics. It is create for those who need a quick start maybe because they have to solve some exercise questions they received by their teachers as homework. Or it is intended for people who need a first feeling what Java is.
Course Content
- 4 section(s)
- 31 lecture(s)
- Section 1 Introduction and Installation
- Section 2 Project creation and dealing with conditional statements
- Section 3 Methods and classes
- Section 4 A short quiz and a kickoff to further learning
What You’ll Learn
- You will be able to program small Java programs.
- You will be able to solve small homework excercises where Java programs should be written.
Skills covered in this course
Reviews
-
JJason Nordin
Everything is explained very simply, the instructor takes his time showing everything step-by-step. This course is great for someone with no programming experience to learn the basics of programming.
-
EEric Mittlefehldt
I find that the instructor does a very good job explaining how the programming works and does not overwhelm his students in his lessons. The lessons are simple and easy to follow. I am halfway through this course and feel that I grasp everything he has taught to this point in the course.
-
EEmmanuel Daniel Rios Aguilar
It's ok so far, however the Java SE and Netbeans might be a little dated, it seems he's running Netbeans 8, however as of this writing Netbeans 11.3 is available. I hope both still are quite similar. While they are similar, on Netbeans 11.3 when creating a new project there's no simply "Java" project, rather there is only "Java with Maven" which requires you to create a class, this isn't explained in the video (because it's an older Netbeans version), and while this doesn't hamper the rest of the course, it can create a blockade for students who literally have no idea how to create a new project on Netbeans 11.3
-
YYash Adapa
Its really good, just need more assignment kind off things so that we could practice the coding