Lưu trữ danh mục: Java

Array

Arrays

Data type trong Java

Dữ liệu kiểu nguyên thuỷ Lưu ý Wrapper Class Thường dùng để chuyển đổi giữa...

Generics Class, Method

Generics Class Đại khái là khai báo 1 kiểu mà đầu vào chưa xác định...

Compile, Run and Archive

Compile Từ thư mục root chứa package, run command javac sau Option Run Từ thư...

Java Parallel Streams

Là Stream nhưng cho phép xử lý các elements trên nhiều thread. Mặc định khi...

Sort Collection bằng Lambda Expresion

Trường hợp sử dụng sorted() không param, thì element của collection phải implement interface Comparable....