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:
Redirect to Different Pages after Login with Spring Security
Spring Boot: Customize Whitelabel Error Page
Java Program to Implement Circular Singly Linked List
Java Program to Check Whether an Undirected Graph Contains a Eulerian Cycle
Java Program to Find the Nearest Neighbor Using K-D Tree Search
Hướng dẫn Java Design Pattern – Null Object
Java Program to Perform Matrix Multiplication
Guide to DelayQueue
Java Program to Implement Ternary Heap
Intro to Spring Boot Starters
Java Program to Implement Leftist Heap
Spring Boot - Scheduling
Java Program to Check whether Graph is a Bipartite using BFS
HttpClient 4 – Send Custom Cookie
Serialization và Deserialization trong java
Java Program to Compute Determinant of a Matrix
Java Program to Perform Encoding of a Message Using Matrix Multiplication
Loại bỏ các phần tử trùng trong một ArrayList như thế nào trong Java 8?
Java Program to Find Strongly Connected Components in Graphs
Spring Cloud – Bootstrapping
Java Program to Compare Binary and Sequential Search
Java Program to Check whether Graph is Biconnected
wait() and notify() Methods in Java
Java Program to Check Whether a Given Point is in a Given Polygon
Guide to the Synchronized Keyword in Java
Netflix Archaius with Various Database Configurations
Java Program to Implement Euler Circuit Problem
JUnit5 Programmatic Extension Registration with @RegisterExtension
Java – Byte Array to Reader
Java Program to Implement Stack using Linked List
Java Program to find the maximum subarray sum O(n^2) time(naive method)
Reactive Flow with MongoDB, Kotlin, and Spring WebFlux