Summary of basic Java knowledge points I

Understanding of Java loading and execution: There are two very important stages of java programs: Compile phase: the source file will be java becomes a bytecode file class (compiling is essentially checking whether the syntax is correct) Run phase: the JVM will load the bytecode file and interpret the bytecode Basic data type Basic data ty ...

Posted by lnenad on Sun, 16 Jan 2022 20:49:35 +0100