GitHub Tutorial Processing
GitHub command fundamental File excel Learning GitHub https://drive.google.com/file/d/1ejm1lpD7WSgEjTVCnv83nCXzlTnpf48d/view?usp=sharing ...
Unity English
eligible: đủ điều kiện evolves: tiến hóa velocity: vận tốc accuracy: chính xác detonator: ngòi nổ fence: hàng rào adjust: điều chỉnh essent...
JAVA SE10 (MARCH 20, 2018)
Preface Java 10 was introduced 20/03/2018 Var variable is added Unmodifiable Collections Optional new method orElseThrow() Time-Based Releas...
API LOGGING
System.Logger and System.LoggerFinder The new API was introduced java 9. You can write log default or compatible with framwork logger as log...
Provided Money and Currency API
Use for monetary and currency in Java 7,8 and above Version You can view detail lecture here: https://github.com/nguyenthinhit996/sharefullc...
Operator dot and Double Colon in Functional Interface
Practical Example: Question : Stream<T> filter(Predicate<? super T> predicate); void forEach(Consumer<? super T> act...
Create, Use Object Of NewAPI
Create new Object All the core classes in the new API are constructed by fluent factory methods. When constructing a value by its constituen...
Java Platform Module System
Restructure of project in java 9 and later version You can view detail lecture here : https://github.com/nguyenthinhit996/sharefullcode/blob...
Relation Static with others
Fuctional Static only use anything belong to class not object (variable, functional static). Functional normal use anything both static and ...
JAVA SE9 (September 21, 2017)
Preface Java se9 was introduced in 21/09/2019 some features impove bellow: Modulazation of the JDK under Project Jigsaw Provided Money and C...
Annotation Java Checker Framwork
View github that view Annotation and Use Checher Framwork Click here: https://github.com/nguyenthinhit996/sharefullcode/blob/master/Learn%20...
VERSION OF JAVAS
Java version history This lesson we are research list version of java. JDK Alpha and Beta (1995) The java alpha and beta was the first relea...
Stream API And Collectors (SE8)
Preface Knowledge about this part: Different Kind of Stream: squentially and parallel Streams. Stream Operations are either immedi...
JAVA SE 8 (March 18, 2014)
Preface Its codename was Spider. Although, codenames have been discontinued, but codename Spider is common among java developer. It inc...
Questions Java Compiler and runtime
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...
Program internal
Internal Details Of Hello Java Program To understand how the code run internaly, we have learnt about the first program, how to compile an...
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
Popular Posts
-
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 ...
-
1 Copy Object in java Use = for immutable class ex: Integer , String or Wrapper classes Object Use Contructor has paramater copy, ObjectA...
-
The cookie contains three part: username: to identify logged-in expirationTime: to expire the cookie; default 2 week password and pridefine...
-
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...
-
1) The order of the antMatchers() Note that the order of the antMatchers() elements is significant – the more specific rules need to come ...
-
Knowledge of collection in java Interface Iterator interface Collection interface List Interface Queue Interface Deque Interface Se...
-
Persistence Context has two implemnet is JPA EntityManage and Hiberbate Session Example use Session of hiberate has exist github you can vi...
-
For immutableuse equallist we simple use list.equal list it return true if content same. (compare index) //case true List<Integer> l...
-
1) CRUD có thể sử dung find Compositekey hoặc findBy compositeket + column in composite 2) CRUD findBy column And column 3 Not LazyLoa...
-
1 check Null and Undefined And primative datatype if(object){ // object is not null, undefined, 0, '', false. but it can empty({})...