You may also enjoy
Ocp Data Types
2 minute read
OCP - Data types Java supports two data types:
Ocp Packages And Imports
2 minute read
OCP - Packages and imports In Java, packages are used to group classes. This is to prevent naming conflicts and to better organise the code.
Ocp Executing The Jvm
4 minute read
OCP - Executing the JVM When a Java program is “executed” or “ran” what is actually happening is that we are executing the Java Virtual Machine (JVM) and pas...
Ocp The Basics
7 minute read
OCP - The basics