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:
Java Program to Implement Disjoint Sets
Spring Security Login Page with React
A Guide to JPA with Spring
Quick Guide to java.lang.System
Java Copy Constructor
Java Program to Check whether Directed Graph is Connected using DFS
Spring Boot - Logging
An Intro to Spring Cloud Task
Java Program to Implement Quick Sort with Given Complexity Constraint
Java Program to Implement Sorted Circular Doubly Linked List
Cơ chế Upcasting và Downcasting trong java
Java Streams vs Vavr Streams
How to Read HTTP Headers in Spring REST Controllers
Java – Random Long, Float, Integer and Double
Java Program to Find the GCD and LCM of two Numbers
Java Program to Generate All Possible Subsets with Exactly k Elements in Each Subset
Java Program to Perform Postorder Recursive Traversal of a Given Binary Tree
Java Program to Implement Binary Tree
Database Migrations with Flyway
Java – Reader to Byte Array
Java Program to Perform Inorder Non-Recursive Traversal of a Given Binary Tree
ETL with Spring Cloud Data Flow
Introduction to the Java NIO Selector
Allow user:password in URL
A Quick Guide to Spring MVC Matrix Variables
Phân biệt JVM, JRE, JDK
Guava Collections Cookbook
Java Program to Implement Tarjan Algorithm
Tạo ứng dụng Java RESTful Client không sử dụng 3rd party libraries
Java Program to Implement Pairing Heap
Comparing Objects in Java
Spring’s RequestBody and ResponseBody Annotations