Welcome to the first episode of Java tutorial. In this series, I will be covering the basics of Java and fundamental programming concepts. Through the series, I will add side projects, mostly games, alongside my lectures. I will be coding them in later videos as well. Thank you for watching the video and make sure […]
Tag: Overview
#coursera #java #android Overview of the Java Programming Language (Part 1)
Welcome to first part of the next lesson in this module, which begins our overview of the Java object-oriented programming language. This will be the first video of a series of Java tutorial videos that will go over key OOP principles in Java. This will include how Java is a technology platform and some of […]
Threads Life Cycle | Normal Flow | Basic Overview | Multithreading in JAVA | Part 3
This is normal flow of threads in Multithreading Process without any interruptions. There are four stages(states) in Threads Life Cycle. In my next video, I will explain this concepts in more details like if currently executing thread calls following mentioned method then what will be the output: 1. sleep() 2. wait() 3. suspend() 4. join() […]
Introduction to Kotlin – Overview, Main Features & Comparison to Java
The host of this virtual meetup was the incredible: Joe Davies (linkedin.com/in/joedavies1) from the fantastic company Orbis ( who are setting up and running this and many other online virtual meetups as a series called “Code & Create” ( This video is a recording of the LIVE Code & Create event that happened on the […]
Cloud Firestore with MVVM in Android Q Kotlin: Overview and Example
A quick overview, followed by a simple hands-on demonstration where we: 1) create a Firebase project, 2) download google-services.json and include it in our …