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:
“Stream has already been operated upon or closed” Exception in Java
JPA/Hibernate Persistence Context
Creating a Web Application with Spring 5
Lớp Properties trong java
Spring RestTemplate Error Handling
Java Program to Implement Gauss Jordan Elimination
Java Program to Find the Connected Components of an UnDirected Graph
Java Program to Find Shortest Path Between All Vertices Using Floyd-Warshall’s Algorithm
Send email with SMTPS (eg. Google GMail)
Reversing a Linked List in Java
Initialize a HashMap in Java
Enum trong java
Examine the internal DNS cache
Unsatisfied Dependency in Spring
Spring Boot - Logging
Java Program to Implement Queue using Linked List
Java Program to Find the Mode in a Data Set
Exception Handling in Java
Java Program to Implement Queue using Two Stacks
Spring Cloud Series – The Gateway Pattern
Spring Boot - Bootstrapping
Guide to the Java Clock Class
Java Program to Implement Quick Sort Using Randomization
Debug a JavaMail Program
Java Program to Implement EnumMap API
Java Program to Solve TSP Using Minimum Spanning Trees
Java Program to Find Transitive Closure of a Graph
Mix plain text and HTML content in a mail
Spring RestTemplate Request/Response Logging
Arrays.asList vs new ArrayList(Arrays.asList())
So sánh HashMap và HashSet trong Java
Spring REST API with Protocol Buffers