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 Search Number Using Divide and Conquer with the Aid of Fibonacci Numbers
Java Web Services – JAX-WS – SOAP
Java Program to Implement AVL Tree
Java Program to Check if it is a Sparse Matrix
ETL with Spring Cloud Data Flow
Java Program to Implement JobStateReasons API
A Guide to the ViewResolver in Spring MVC
Base64 encoding và decoding trong Java 8
Read an Outlook MSG file
Java Program to Implement CopyOnWriteArrayList API
Java Program to Perform Addition Operation Using Bitwise Operators
Intro to Inversion of Control and Dependency Injection with Spring
Java Program to Implement the Vigenere Cypher
Spring @RequestParam Annotation
Java Program to Implement Shell Sort
Encode a String to UTF-8 in Java
Count Occurrences of a Char in a String
Java Program to Perform Inorder Non-Recursive Traversal of a Given Binary Tree
Java Program to Implement Repeated Squaring Algorithm
Java Program to Generate Random Partition out of a Given Set of Numbers or Characters
How to Get All Dates Between Two Dates?
Java Program to Implement Pollard Rho Algorithm
Guide to Escaping Characters in Java RegExps
Java program to Implement Tree Set
Marker Interface trong Java
Java Program to Implement Fibonacci Heap
Java Program to Implement Sparse Array
Tính kế thừa (Inheritance) trong java
Java Program to Perform Encoding of a Message Using Matrix Multiplication
Hamcrest Collections Cookbook
Spring Boot Gradle Plugin
Introduction to the Functional Web Framework in Spring 5