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:
Spring Boot - Rest Controller Unit Test
Java Program to Implement Sorted Circular Doubly Linked List
How to Get All Dates Between Two Dates?
Java Program to Implement Circular Doubly Linked List
Java Program to Perform Right Rotation on a Binary Search Tree
Java Program to Implement Trie
Java Streams vs Vavr Streams
Java Program to Use Above Below Primitive to Test Whether Two Lines Intersect
Spring Boot Configuration with Jasypt
Spring Boot - Cloud Configuration Server
A Quick Guide to Spring Cloud Consul
Disable Spring Data Auto Configuration
Java Program to Give an Implementation of the Traditional Chinese Postman Problem
Arrays.asList vs new ArrayList(Arrays.asList())
Java Program to Implement Fisher-Yates Algorithm for Array Shuffling
Java Program to Compute Discrete Fourier Transform Using Naive Approach
Java Program to Implement the MD5 Algorithm
Spring Boot - Enabling Swagger2
HttpClient 4 Cookbook
Java Program to Check if it is a Sparse Matrix
Spring Boot - File Handling
JWT – Token-based Authentication trong Jersey 2.x
Cachable Static Assets with Spring MVC
OAuth2.0 and Dynamic Client Registration
Overflow and Underflow in Java
Spring’s RequestBody and ResponseBody Annotations
A Custom Data Binder in Spring MVC
Spring Boot: Customize the Jackson ObjectMapper
Java Byte Array to InputStream
ThreadPoolTaskExecutor corePoolSize vs. maxPoolSize
Java Program to Implement LinkedBlockingDeque API
Java Program to Delete a Particular Node in a Tree Without Using Recursion