Bài đăng

Đang hiển thị bài đăng từ Tháng 1, 2022

Java Archive

JAR is a zip format including .class files Used in Runtime without compiling files Used as executable and runnable files Used as libraries (Security, extendable, flexible)

The main() method

Hình ảnh
 Tham số truyền vào là String[] args Hàm main() nó là điểm bắt đầu (starting point) của bất kì chương trình Java nào. Nó phải có public và static Nó ko có kiểu giá trị trả về - return type (void) String[] args nó là mảng một chuỗi tham số