Dưới đây là các ký tự đặc biệt trong Java:
| Ký tự | Ý nghĩa |
| \b | Xóa lùi (Back space) |
| \t | Tab |
| \n | Xuống hàng |
| \r | Dấu enter |
| \” | Nháy kép |
| \’ | Nháy đơn |
| \\ | Dấu \ |
| \f | Đẩy trang |
| \uxxxx | Ký tự Unicode |
Related posts:
An Intro to Spring Cloud Contract
Java Program to Implement Skip List
Guide to System.gc()
Intro to the Jackson ObjectMapper
Java Program to Find MST (Minimum Spanning Tree) using Prim’s Algorithm
DistinctBy in the Java Stream API
Java Program to Represent Graph Using Incidence List
Weak References in Java
Java Program to Implement Interpolation Search Algorithm
Java Program to Convert a Decimal Number to Binary Number using Stacks
Encode/Decode to/from Base64
Validations for Enum Types
Java Program to Perform Searching in a 2-Dimension K-D Tree
Serialize Only Fields that meet a Custom Criteria with Jackson
Java – Try with Resources
Java Program to Describe the Representation of Graph using Incidence Matrix
A Quick Guide to Spring MVC Matrix Variables
Spring Boot - CORS Support
HttpClient Connection Management
Java Program to Implement Selection Sort
Java 8 Streams peek() API
Guide to the ConcurrentSkipListMap
Guide To CompletableFuture
Java Program to Implement the Program Used in grep/egrep/fgrep
Java Program to implement Priority Queue
Hướng dẫn Java Design Pattern – Flyweight
ArrayList trong java
A Guide To UDP In Java
Working With Maps Using Streams
Guide to ThreadLocalRandom in Java
Simultaneous Spring WebClient Calls
LinkedHashSet trong java