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 Replace Many if Statements in Java
A Guide to Java HashMap
DistinctBy in the Java Stream API
Introduction to Thread Pools in Java
Java Program to Implement the Edmond’s Algorithm for Maximum Cardinality Matching
Configuring a DataSource Programmatically in Spring Boot
Lớp Collectors trong Java 8
Comparing Long Values in Java
Encode a String to UTF-8 in Java
ClassNotFoundException vs NoClassDefFoundError
Java Program to Implement Queue using Linked List
Java Multi-line String
Build a REST API with Spring and Java Config
Java Program to Implement Caesar Cypher
Remove HTML tags from a file to extract only the TEXT
Introduction to Spring Cloud CLI
Sort a HashMap in Java
Java Program to Find Basis and Dimension of a Matrix
Java Program to Implement Expression Tree
Spring Boot with Multiple SQL Import Files
Java Program to Implement HashMap API
Spring Cloud AWS – Messaging Support
Giới thiệu thư viện Apache Commons Chain
REST Pagination in Spring
A Guide to Concurrent Queues in Java
Java Program to Implement Extended Euclid Algorithm
Beans and Dependency Injection
Spring Boot Actuator
Adding Shutdown Hooks for JVM Applications
Spring Cloud Connectors and Heroku
How to Manually Authenticate User with Spring Security
Spring Boot - Admin Server