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:
Set Interface trong Java
Introduction to Spliterator in Java
Spring Boot - Interceptor
Convert Character Array to String in Java
A Guide To UDP In Java
Java Program to Implement Jarvis Algorithm
Prevent Brute Force Authentication Attempts with Spring Security
How to Get All Dates Between Two Dates?
Send email with JavaMail
The Registration API becomes RESTful
Java Program to Implement Queue
Hướng dẫn Java Design Pattern – Template Method
Java Program to Implement LinkedHashSet API
Hướng dẫn Java Design Pattern – Interpreter
Tạo ứng dụng Java RESTful Client với thư viện OkHttp
Rest Web service: Filter và Interceptor với Jersey 2.x (P1)
Logging in Spring Boot
Disable DNS caching
Java Program to Implement ScapeGoat Tree
A Quick Guide to Spring MVC Matrix Variables
Convert XML to JSON Using Jackson
New Stream Collectors in Java 9
Hướng dẫn Java Design Pattern – Service Locator
Check if there is mail waiting
How to Set TLS Version in Apache HttpClient
The Basics of Java Security
Giới thiệu java.io.tmpdir
Registration – Password Strength and Rules
Introduction to Project Reactor Bus
Java Program to Generate Random Numbers Using Middle Square Method
Using a Spring Cloud App Starter
Java Program to Implement LinkedList API