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:
JWT – Token-based Authentication trong Jersey 2.x
How to Use if/else Logic in Java 8 Streams
Java Program to Implement LinkedTransferQueue API
Java Program to Implement Slicker Algorithm that avoids Triangulation to Find Area of a Polygon
A Guide to EnumMap
Java Multi-line String
A Guide to Queries in Spring Data MongoDB
New Features in Java 10
Java Program to Implement Quick Hull Algorithm to Find Convex Hull
Java Program to Implement Fenwick Tree
Hướng dẫn Java Design Pattern – Object Pool
Java Program to Perform Left Rotation on a Binary Search Tree
Giới thiệu Json Web Token (JWT)
Spring WebClient Filters
Java Program to Find Maximum Element in an Array using Binary Search
Introduction to Spring Data REST
How to Get the Last Element of a Stream in Java?
A Guide to HashSet in Java
Spring Cloud – Securing Services
Java Program to Check Whether Topological Sorting can be Performed in a Graph
Guide to BufferedReader
Registration – Activate a New Account by Email
Java Program to Generate All Possible Subsets with Exactly k Elements in Each Subset
Fixing 401s with CORS Preflights and Spring Security
Java Program to add two large numbers using Linked List
Transaction Propagation and Isolation in Spring @Transactional
Java Program to Generate All Possible Combinations of a Given List of Numbers
Spring Security OAuth Login with WebFlux
Java Program to Find ith Largest Number from a Given List Using Order-Statistic Algorithm
Set Interface trong Java
Spring REST API with Protocol Buffers
Java Program to Represent Graph Using Incidence Matrix