DEV Community

Alexsandro Souza
Alexsandro Souza

Posted on

Java Under the Hood

Java is a high-level programming language, it means that we don't need to know the internals of the language and how it works under the hood to be a Java developer. However, if you want to lead back-end projects, earn a higher salary, be respected and admired, you will need to learn what it takes to run a Java program.

I have recorded a series of videos showing essential parts of Java that you need to know to call yourself a senior Java developer.

Introduction

Java development environment

Packaging strategy





Process vs threads

JVM Architecture

Memory management

Garbage collection

Top comments (0)