Java 3rd grade measures Q1 Past question point summary

Self-learning notes Knowledge problem summary

What is Java

--Object-oriented programming language --Compiled type

Variables that can be handled are ...

① "Basic data type" ② "Reference type"

Error checking

--Performed at both "compile time" and "run time"

java command

--The program to be executed requires a "main method" --java programs can be compiled

javac command

--For compilation

「.java」 --java source file extension --Comment description OK --The statement delimiter is "; (semicolon)"

「.class」 --Class file extension --Can be run on another Java platform without compiling

Run

--Execution starts from main method --"Runtime library" "JVM (Java Virtual Machine)" is required

JRE(Java Runtime Environment) --Includes everything you need to run Java programs, except the compiler (Also virtual machines)

Garbage collection

--Ability to release memory areas that are no longer needed

Recommended Posts

Java 3rd grade measures Q1 Past question point summary
effective java 3rd summary
(Learning memo) Java 2nd grade measures: Question 1 Main points (knowledge)
(Learning memo) Java 2nd grade measures: Q5 main points (calculation results)
(Learning memo) Java 2nd grade measures: Q4 main points (exception handling)
(Learning memo) Java Level 2 measures: Question range