Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Udemy – The Complete Java Developer Course

Posted By: Rare-1
Udemy – The Complete Java Developer Course

Udemy – The Complete Java Developer Course
WEBRip | MP4/AVC, ~195 kb/s | 1280 x 720 | English: AAC, 58.5 kb/s (2 ch), 48.0 KHz | 1.11 GB
Genre: Development / Programming Languages | Language: English | +Project Files

This course assumes no previous experience, and takes you from the absolute beginner concepts like showing you the tools you need to download and install, writing you very first Java program, and then goes into more detail as we explore the entire Java feature set.

All the basic Java keywords, operators, statements, and expressions are explained in great detail, together with complete chapters on object oriented programming and the Java API.

You learn to develop powerful Java applications using one of the most powerful Integrated Development Environments on the market, IntelliJ IDEA!

Now don't worry if none of that made any sense. Because, I go into great detail explaining each and every core concept, programming terms, and buzzwords.

By the end of this course you will have a mastery of programming in Java no matter what level of experience you are at right now.

Be sure to click the free preview button on this page if you want to get a taste of the quality of the training.

My goal is not just to show you how to program, but to help you understand what you are doing, and why you are doing it as well!

Not only do the videos show you how to become a programmer in great detail, but this course has a unique challenge feature included.

Each time a core concept is taught, a video presents a challenge for you that is designed to help you really understand what you have just learned.

You will go away and complete the challenge, and then come back and see the challenge answered and explained in detail in the video, allowing you to check your results!

This is a fantastic way to really help you understand Java faster and ensure you will reach your goal of becoming a Java Developer in record time.

As your instructor, I have over 30 years experience as a software developer and teacher, and have been using Java since around the year 2000. Yes, over 15 years!

I am an expert programmer but also have the relatively unique ability to make teaching fun and easy.

Don't worry, I might be a geek, but I do make programming fun and painless for you to learn!

Not convinced? Just go and take a read of some of the rave reviews given to me on my other courses.

The facts are that students love my courses and style of teaching, because it helps them reach their goals faster.

Are you ready to let me help you become a Java developer?


What are the requirements?
  • A computer - Windows, Mac and Linux are all supported and setup and installation videos for each platform are included!
  • Nothing else is needed, everything you need to get started programming in Java is included in the course, and all the tools used are free.

What am I going to get from this course?
  • Over 44 lectures and 7.5 hours of content!
  • Program fluently in Java
  • Understand the concepts of Object Oriented Programming
  • Be able to download and install Java on their computer
  • Understand Java Keywords, Expressions, Operators and Statements
  • Create their own java programs
  • Take their knowledge of Java to write applications for Android devices, the web, or even desktop applications

What is the target audience?
  • The course is aimed at complete beginners and intermediate programmers. No previous programming experience is assumed!
  • If you are an expert Java program with extensive knowledge and many years experience, you may not get a lot out of this course. For everyone else the course is perfect for you!

Curriculum
Section 1: Introduction
Lecture 1 Getting Started With This Course 07:40
In this section we will give you a run down on what you will be going through in the entire course.

Lecture 2 Frequently Asked Questions (FAQ) Text
This section contains all the necessary faqs for this course.

Section 2: Setup
Lecture 3 How to Use This Section Of The Course 00:56
In this video we will go through an overview of the Java Development Kit (JDK) and IntelliJ, the Integrated Development Environment (IDE) we are using in the course.

Lecture 4 Download And Install The JDK For A PC Running Windows 04:45
In this video we will go through the process of downloading and installing the Java Development Kit(JDK) for Windows machines.

Lecture 5 Download And Install IntelliJ IDEA For A PC Running Windows 09:39
In this video we will go through the process of downloading and installing the IntelliJ IDEA for Windows machines.

Lecture 6 Download And Install The JDK For Mac OS X 02:01
In this video we will go through the process of downloading and installing the Java Development Kit(JDK) for Mac machines.

Lecture 7 Download And Install IntelliJ IDEA For Mac OS X 07:52
In this video we will go through the process of downloading and installing the IntelliJ IDEA for Mac machines.

Lecture 8 Download And Install The JDK For A PC Running Linux 02:02
In this video we will go through the process of downloading and installing the Java Development Kit(JDK) for Linux machines.

Lecture 9 Download And Install IntelliJ IDEA For A PC Running Linux 08:29
In this video we will go through the process of downloading and installing the IntelliJ IDEA for Linux machines.

Section 3: First Steps
Lecture 10 Introduction 00:32
An introduction to this section on downloading and installing the tools for Java development.

Lecture 11 Hello World Program 12:11
Lets create our first Java program.

Lecture 12 The IntelliJ Interface 07:23
In this video we will give you walkthrough of the IntelliJ IDEA interface so you can get a better handle on how to use the IDE.

Section 4: Variables, Datatypes and Operators
Lecture 13 Introduction 00:22
An introduction to this section of the course dealing with Variables, Datatypes and Operators.

Lecture 14 Variables (+Challenge Exercise) 15:10
Learn the different kinds of variables from the likes of local variables to instance variables.
Plus apply the skills you have learned with a challenge exercise.
Lecture 15 Primitive Data Types - byte, short, int and long (+Challenge Exercise) 18:45
In this video we will dicuss the most basic data types that are found within Java, Primitive Data Types.
Plus apply the skills you have learned with a challenge exercise.

Lecture 16 Primitive Data Types float, double (+Challenge Exercise) 12:54
Lets dissect each of the elements that make up a Java program.
Plus apply the skills you have learned with a challenge exercise.
Lecture 17 Primitive data types - char and boolean (+Challenge Exercise) 07:19
Lets look at the char and boolean primitive types in Java. Plus apply the skills you have learned with a challenge exercise.

Lecture 18 Primitive Types Wrap up and String 11:53
A wrap up of primitive type and the String class.

Lecture 19 Operators Part 1 16:10
Learn how to make use of the operators to perform specific operations and get results from your program.

Lecture 20 Operators Part 2 (+Challenge Exercise) 11:50
In this video we will go through the two types of commenting in Java, the various keywords you can use, and how to construct expressions to use in your Java program.
Plus apply the skills you have learned with a challenge exercise.

Section 5: Expressions, Statements, Code blocks and Methods
Lecture 21 Introduction 00:27
An introduction to this section of the course dealing with Expressions, Statements, Code blocks and Methods.

Lecture 22 Keywords and Expressions (+Challenge Exercise) 07:13
In this video you will learn to how to use the Int for variables that hold whole numbers. Plus apply the skills you have learned with a challenge exercise.

Lecture 23 Statements, Whitespace and Indenting 09:21
Lets go through the concepts of what a statement is, what whitespace is, and also indenting.

Lecture 24 Code blocks and Control Statements - if then else (+Challenge Exercise) 17:07
Lets look at code blocks and control statements (e.g. if then else). Plus apply the skills you have learned with a challenge exercise.

Lecture 25 Methods - Part 1 17:43
Lets find out what methods are and how to create and use them (Part 1).

Lecture 26 Methods - Part 2 (+Challenge Exercise) 09:23
Part 2 of the method lectures, where we are learning about methods and how to use them.
Plus apply the skills you have learned with a challenge exercise.
Lecture 27 Method Overloading (+Challenge Exercise) 19:12
Find out what method overloading is, and why its extremely useful for a developer programming in Java.
Plus apply the skills you have learned with a challenge exercise.
Section 6: Control Flow Statements
Lecture 28 Introduction 00:33
Lecture 29 The switch statement (+Challenge Exercise) 19:29
We learn about the switch statement in Java in this video, and its role in controlling the flow of your programs. Plus apply the skills you have learned with a challenge exercise.

Lecture 30 The for Statement (+Challenge Exercise) 18:46
The for statement is extremely popular and useful in Java. Lets explore how to use it in this video. Plus apply the skills you have learned with a challenge exercise.

Lecture 31 The while and do while statements (+Challenge Exercise) 16:29
To other major control flow statements in Java are the while and do while statements. Lets explore both in this video. Plus apply the skills you have learned with a challenge exercise.

Section 7: OOP Part 1 - Classes, Constructors and Inheritance
Lecture 32 Introduction 00:32
An introduction to this section of the course dealing with Object Oriented Programming, specifically, Classes, Objects, Constructors and Inheritance.

Lecture 33 Classes Part 1 16:30
Lets kick off our study of object oriented programming with classes in this video.

Lecture 34 Classes Part 2 13:24
Lets continue on with our discussions about Classes in Java in this video.

Lecture 35 Constructors - Part 1 (+Challenge Exercise) 18:53
Lets look at Constructors and their importance to creating classes in Java in this video. Plus apply the skills you have learned with a challenge exercise.

Lecture 36 Constructors - Part 2 (+Challenge Exercise) 12:09
More discussions about Constructors in this video.
Plus apply the skills you have learned with a challenge exercise.

Lecture 37 Inheritance - Part 1 19:36
Inheritance is a very important concept in OOP. Lets explore it and its role in Java in this video.

Lecture 38 Inheritance - Part 2 13:23
Continuing on with our inheritance discussions from the previous video, we look at more advanced concepts in this video.

Lecture 39 Inheritance Challenge Part 1 (+Challenge Exercise) 16:35
Its challenge time, lets look at understanding what we have learned about Inheritance with a challenge in this video.

Lecture 40 Inheritance Challenge Part 2 10:01
Finishing off the solution to the inheritance challenge raised in the last video.

Section 8: OOP Part 2 - Composition, Encapsulation, and Polymorphism
Lecture 41 Introduction 00:33
An introduction to this section of the course dealing with Composition, Encapsulation and Polymorphism.

Lecture 42 Composition 17:16
The second major component of OOP is composition. Lets explore that concept in this video.

Lecture 43 Composition Part 2 (+Challenge Exercise) 14:14
Lets finish off our study of composition in Java in this video. Plus apply the skills you have learned with a challenge exercise.

Section 9: Upcoming Content
Lecture 74 Content getting added to course Text

Udemy – The Complete Java Developer Course




Many Thanks to Original uploader.


For More Rare Movies Check out my blog!

Download Links:

No Mirrors Please