Learn the basics of Java in 5.5 hours.
☑ Basics of Java Programming
☑ Object Oriented Programming in Java
☑ Threads in Java
☑ I/O Streams in Java
☑ Garbage Collection in Java
☑ Exception Handling in Java
☑ Generics in Java
☑ Collections in Java
Java is one of the most common, in-demand computer programming languages owned by the Oracle Corporation. Our associates at 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.
“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 industry age, the 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)
Hence, we came up with this course to benefit the students who are curious to learn the basics of Java.
You will learn the following –
• Basics of Java Programming
• Object Oriented Programming in Java
• Threads in Java
• I/O Streams in Java
• Garbage Collection in Java
• Exception Handling in Java
• Generics in Java
• Collections in Java
English
Language
Introduction to Java ( Java Basics )
Java Project Setup
Code construct of Java
Java Commenting
Variables
Java – Data Types
Java – If Statement
Java -Switch Statement
Object Oriented Programming in Java
Entering the Object oriented programming world – Classes & Objects
Classes & Objects
Creating Objects from Classes
Constructors
Methods (parameter vs arguement)
Method Overloading
Method Overloading Demo
Data Abstraction
Encapsulation
Inheritance
Inheritance Demo
Inheritance – instanceof Demo
Static
Abstract Classes
Nested Classes – Inner Class
Object Oriented Programming – Lab Exercise 1 [With Solution]
Object Oriented Programming – Lab Exercise 2
Threads
Creating Threads [Extending the Thread Class]
Creating Threads [Using Runnable Interface]
getName(),getId(),getPriority(),setPriority(3),getState(),MIN_PRIORITY, NORM_PRI
Pausing the execution of a thread
Synchronization Part 1 [Method Synchronization]
‘;
}
});
Synchronization Part 2 [Synchronized Block]
Deadlock – Threads