r/learnjava • u/Chaos-vy17 • 9h ago
What is actually core Java?
I am literally confused what is meant by Core Java?
- is it JLS?
- is it JVM/JVMs?
- is it OOPs?
- is it understand Collection?
I have become familiar with java. IDK exactly at which phase I am doing. I can do OOPs easily ( have also understood F-form polymorphism) I can easily use stream , collection, iterator API . I can also integrate to them in my project. I started delving into deep JLS, JVMs but after seeing them I am confused are they core java because seeing those topics I felt like I did only basics of java.