This document outlines the chapters and topics covered in a Java SE 11 course for beginners to advanced developers. It includes 21 chapters covering Java fundamentals, operators, decision making, classes, methods, APIs, lambdas, exceptions, modules, annotations, generics, functional programming, assertions, localization, modular applications, concurrency, I/O, NIO.2, JDBC, and security. It also provides an overview of Java as a general purpose, object oriented, portable, platform independent, secured, robust, and architecture neutral language. It demonstrates how to print "Hello World" and read input from the console using the Scanner class.