Showing posts with label qjava. Show all posts
Java notice
at
May 26, 2021
1 Enum quang trọng thứ tự trong khai báo nó sẽ quy định ra get ra cái gì 2) Sort 3 Rounding value in java 3.1 Rounding value number...
Khác biệt giữa Primitive datatype và refercen Datatype
at
April 26, 2021
Primitive datatype và refercen Datatype Default value and Null Lưu trữ chúng Sử dụng toán tử = operator So sánh sử dụng == Return Giá trị...
Operator dot and Double Colon in Functional Interface
at
January 01, 2021
Practical Example: Question : Stream<T> filter(Predicate<? super T> predicate); void forEach(Consumer<? super T> act...
Relation Static with others
at
December 29, 2020
Fuctional Static only use anything belong to class not object (variable, functional static). Functional normal use anything both static and ...
Questions Java Compiler and runtime
at
December 04, 2020
1) Can you save java source file by other name than the class name ? Answer: Yes, if the class in file not pulbic. the figure bellow: Compil...
About Me

- Peter
- Tân An, Long An, Vietnam
- Hello everyone, I love programming, I love making friends with people all over the world.
Contact
Labels
Popular Posts
-
Preface Khái niệm Oauth và ApIs Scope and consent (phạm vi và sự đồng ý) Oauth Actor Oauth Tokens Front Back Channel Giả Xác thực Với Oa...
-
Persistence Context has two implemnet is JPA EntityManage and Hiberbate Session Example use Session of hiberate has exist github you can vi...
-
1 check Null and Undefined And primative datatype if(object){ // object is not null, undefined, 0, '', false. but it can empty({})...
-
Knowledge of collection in java Interface Iterator interface Collection interface List Interface Queue Interface Deque Interface Se...
-
For immutableuse equallist we simple use list.equal list it return true if content same. (compare index) //case true List<Integer> l...
-
youtube tutorial: https://www.youtube.com/watch?v=IEf1KAcK6A8 1 let and scope, 2 const, 3 array function 4 default value 5 Object iteral ext...
-
The one of Design Pattern Series, this is factory design for createnal pattern. Please read in the linked document. Link document: https:...
-
1 Copy Object in java Use = for immutable class ex: Integer , String or Wrapper classes Object Use Contructor has paramater copy, ObjectA...
-
JPA find() & getReference() in javax.persistence.EntityManager * find (): always call select from DB Use for select one entity from DB...
-
Preface Trong java có 3 kiểu so sánh đặc trưng như sau: + Sử dụng toán tử == : return Boolean Primitive thì so sánh giá trị thực, Reference ...