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:
Transactions with Spring and JPA
Registration – Activate a New Account by Email
Java Program to Construct a Random Graph by the Method of Random Edge Selection
Java Optional as Return Type
Java Program to Give an Implementation of the Traditional Chinese Postman Problem
Java Program to Remove the Edges in a Given Cyclic Graph such that its Linear Extension can be Found
How to Return 404 with Spring WebFlux
Changing Annotation Parameters At Runtime
The XOR Operator in Java
Java Program to Implement Dijkstra’s Algorithm using Priority Queue
Java Program to Implement Ternary Heap
Spring Cloud – Bootstrapping
Hướng dẫn Java Design Pattern – Abstract Factory
Java Program to Implement VList
Spring Data JPA and Null Parameters
Notify User of Login From New Device or Location
A Guide to Queries in Spring Data MongoDB
An Intro to Spring Cloud Task
Các kiểu dữ liệu trong java
Introduction to Liquibase Rollback
REST Web service: Upload và Download file với Jersey 2.x
Adding Shutdown Hooks for JVM Applications
A Guide to JPA with Spring
Java Program to Search Number Using Divide and Conquer with the Aid of Fibonacci Numbers
How to Read HTTP Headers in Spring REST Controllers
Java Program to Implement Hash Tree
Java Program to Generate a Graph for a Given Fixed Degree Sequence
Java Program to Implement the Binary Counting Method to Generate Subsets of a Set
Java Program to Check whether Graph is a Bipartite using 2 Color Algorithm
Sorting in Java
Java Program to Create a Minimal Set of All Edges Whose Addition will Convert it to a Strongly Conne...
Java Program to Solve the Fractional Knapsack Problem