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:
How to Read a File in Java
Join and Split Arrays and Collections in Java
A Guide to the ResourceBundle
Java Program to Implement Dijkstra’s Algorithm using Set
Giới thiệu Aspect Oriented Programming (AOP)
Spring Security Custom AuthenticationFailureHandler
Introduction to Spring Security Expressions
Java Program for Douglas-Peucker Algorithm Implementation
Java Program to Implement Horner Algorithm
Java Program to Implement Min Heap
Hướng dẫn Java Design Pattern – Abstract Factory
Java Program to Find the Longest Path in a DAG
Java Program to Delete a Particular Node in a Tree Without Using Recursion
Hướng dẫn Java Design Pattern – Chain of Responsibility
Spring Boot - Enabling Swagger2
Spring Boot Application as a Service
Java Program to Implement CopyOnWriteArrayList API
Java – File to Reader
Comparing Arrays in Java
Java Program to Find Minimum Number of Edges to Cut to make the Graph Disconnected
Lập trình đa luồng với Callable và Future trong Java
Integer Constant Pool trong Java
Guide to UUID in Java
Java Program to Generate All Possible Combinations Out of a, b, c, d, e
Java 8 Collectors toMap
Count Occurrences of a Char in a String
An Intro to Spring Cloud Vault
Wrapper Classes in Java
Exploring the Spring 5 WebFlux URL Matching
Spring Boot Integration Testing with Embedded MongoDB
Logging a Reactive Sequence
Guide to Java 8’s Collectors