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


Learn how to apply Object Oriented Programming to Java in 2021

What you will learn

Apply Object Oriented Programming principles in real code

Best Practices in Object Oriented Programming

Learn about Object Oriented Programming Concepts, Threads, Exception Handling, I/O Streams, Garbage Collection

Read and write data using input and output streams

Learn the basics of JavaFx

Description

Java is one of the most common, in-demand computer programming languages owned by the Oracle Corporation. Our associates at the Academy of Computing & Artificial Intelligence got together and after carefully analyzing the top must learn computer programming languages in 2020, we were able to conclude that Java is the 3rd most used programming language according to StackOverflow. Furthermore, java has an average salary of $102,000 according to indeed making it a widely used and highly applicable language.


Get Instant Notification of New Courses on our Telegram channel.


“Java is celebrating its 24th birthday this year and has been one of the most popular programming languages used for developing server-side applications. Java is a practical choice for developing Android apps as it can be used to create highly functional programs and platforms.

This object-oriented programming language does not require a specific hardware infrastructure, is easily manageable, and has a good level of security. Moreover, it is easier to learn Java in comparison to languages such as C and C++. No wonder, nearly 90 percent of Fortune 500 firms rely on Java for their desktop applications and backend development projects.

Despite its industrial age, Java is incredibly stable and not heading for retirement anytime soon. This makes Java one of the most desirable languages among programmers in 2020.” (Belani, 2020)

At the end of the course, you will understand the basics of Object-Oriented Programming. You can enhance your core programming skills to reach the advanced level.

By the end of these videos, you will get an understanding of the following areas the 

  • Object Oriented Programming – Classes & Objects,Creating Objects from Classes,Constructors, Methods (parameter vs argument), Method Overloading, Data Abstraction,Encapsulation,Inheritance,Abstract Classes,Nested Classes
  • Threads
  • I/O Streams
  • Java Garbage Collection
  • Exception Handling
English
language

Content

Class & Objects in Java
Classes & Objects
Object class in Java
Pass by Value in Java
Static keyword
String
Instance of
Type Casting
Interface in Java
Final in Java
Access Specifier in Java
Method and Constructor Overloading
Method Overloading v/s Method Overriding
Java Garbage Collection
OOP Concepts in Java
OOP Concepts
Abstraction
Encapsulation
Inheritance
Polymorphism
Java Collections Framework
Java Collections Framework – Introduction
Java Arrays
Java List, ArrayList, LinkedList, Vector & Stack
Java Queue, Deque, Priority Queue, Array Deque
Java Set, HashSet, LinkedHashSet, SortedSet, NavigableSet & TreeSet
Java Map, HashMap, LinkedHashMap, SortedMap, NavigableMap & TreeMap
Comparable and Comparator
Introduction to JavaFx
Introduction to JavaFx
2D Shapes in JavaFx
Layouts in JavaFx
UI Controls in JavaFx
Event Handling in JavaFx
File Handling in Java
File Class in Java
FileReader and FileWriter in Java
Streams in Java
Reading and Writing Objects in Java
Exceptions in Java
Exceptions in Java – Introduction
Exception Handling in Java
User Defined Exceptions
Introduction to Concurrency in Java
Introduction to multithreading and parallel processing
Concurrency in Java
Synchronization in Java
Hands On Sessions
Session 01
Session 02