• Post category:StudyBullet-3
  • Reading time:9 mins read


Intermediate Java

What you will learn

At the end of this course, you will be able to:

* Write Java code

* Read somewhat advanced Java code

* Do coding with lambdas and Java stream()

* Code in JavaFX

* Develop better Java applications

* Devise Java solutions when you are given a problem statement.

Description

The course, Java Intermediate was updated in 2021.   There are now thousands of students enrolled which shows the popularity of this course. 

There are a number of lectures that are on average 6 minutes long.  Every lecture includes a:

* video 
* PDF 
You can download these resources to do your personal study and review.  


Get Instant Notification of New Courses on our Telegram channel.


Also, this course has a number of coding exercises in order to practice what you have learnt.

At the end of this course, you will be able to: 

*  Write Java code
*  Read somewhat advanced Java code
*  Do coding with lambdas and Java stream()
*  Develop better Java applications 
*  Get promotion from being a Junior developer
*  Devise Java solutions when you are given a problem statement.

Lectures start with a brief explanation of the lesson topic.  This is followed by working through a problem statement with expected output and suggested solution.  I then do some live coding to implement the solution and produce the expected output.  The lecture ends with a coding exercise for you to complete.  In the next lecture I go on to explain the solution. 

The main topics you will study in this course, are: 

* Introduction
* Java data types
* Library classes
* Conclusion

The sooner you enroll in this course the sooner you will be ready for advanced programming.

Please note that you have an unconditional 30-day money back guarantee.  If you are not happy with this course you will get a full refund after 30 days.

English
language

Content

Introduction
Introduction
Development Tools
Java Data Types
Numeric Types Example
Lecture 4
Numeric Types Solution
Textual Types Example
Lecture 6
Textual Types Solution
Converting Types Example
Lecture 8
Converting Types Solution
Keyboard Input Example
Lecture 10
Keyboard Input Solution
Library Classes
The Import Statement Example
Lecture 12
The Import Statement Solution
Packages Example
Lecture 14
Packages Solution
The String Class Example
Lecture 16
The String Class Solution
The Random Class Example
Lecture 18
The Random Class Solution
The Math Class Example
Lecture 20
The Math Class Solution
Java Classes
Java Classes Example
Lecture 22
Java Classes Solution
Instantiate Objects Example
Lecture 24
Instantiate Objects Solution
Constructor Example
Lecture 26
Constructor Solution
Encapsulation Example
Lecture 28
Encapsulation Solution
ArrayList Example
Lecture 30
ArrayList Solution
Debugging Example
Lecture 32
Debugging Solution
Lambdas & Streams
Lambdas Part 1 Example
Lecture 34
Lambdas Part 1 Solution
Lambdas Part 2 Example
Lecture 36
Lambdas Part 2 Solution
Streams Part 1 Example
Lecture 38
Streams Part 1 Solution
Streams Part 2 Example
Lecture 40
Streams Part 2 Solution
JavaFX
JavaFX Colors Example
JavaFX Colors Solution
JavaFX Shapes Example
JavaFX Shapes Solution
JavaFX Graphics Example
JavaFX Graphics Solution
JavaFX Video Example
JavaFX Video Solution
JavaFX Keypressed Events Example
JavaFX Keypressed Events Solution
Conclusion
Final remarks