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:
Guide to the Fork/Join Framework in Java
Java Program to Implement CopyOnWriteArrayList API
Spring WebClient Requests with Parameters
Java Program to Implement Park-Miller Random Number Generation Algorithm
Join and Split Arrays and Collections in Java
A Guide to the Java ExecutorService
Entity To DTO Conversion for a Spring REST API
Java Program to Check if a Point d lies Inside or Outside a Circle Defined by Points a, b, c in a Pl...
The Guide to RestTemplate
Java Program to Implement Skip List
Spring Autowiring of Generic Types
Java Program to Find Number of Articulation points in a Graph
Java Program to Implement Sorted List
Java Program to implement Bit Set
Mảng (Array) trong Java
Java Program to Implement Self organizing List
Hướng dẫn Java Design Pattern – Transfer Object
Từ khóa static và final trong java
Java Program to Implement Efficient O(log n) Fibonacci generator
Java Program to Implement Repeated Squaring Algorithm
Concurrent Test Execution in Spring 5
HttpClient 4 – Send Custom Cookie
Properties with Spring and Spring Boot
Spring Data JPA and Null Parameters
Java Program to Implement LinkedHashSet API
Model, ModelMap, and ModelAndView in Spring MVC
Custom Thread Pools In Java 8 Parallel Streams
Spring’s RequestBody and ResponseBody Annotations
Spring Boot - OAuth2 with JWT
Introduction to the Functional Web Framework in Spring 5
Java Program to Create the Prufer Code for a Tree
Custom HTTP Header with the HttpClient