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:
Getting Started with Stream Processing with Spring Cloud Data Flow
Java Program to find the maximum subarray sum using Binary Search approach
Java Program to Compute the Volume of a Tetrahedron Using Determinants
The HttpMediaTypeNotAcceptableException in Spring MVC
Check if there is mail waiting
Spring Cloud Series – The Gateway Pattern
Java Program to Implement Depth-limited Search
Serve Static Resources with Spring
Java Program to Create the Prufer Code for a Tree
Validate email address exists or not by Java Code
Giới thiệu SOAP UI và thực hiện test Web Service
An Intro to Spring Cloud Contract
Guide to @ConfigurationProperties in Spring Boot
Spring Boot - Sending Email
Java Program to Test Using DFS Whether a Directed Graph is Strongly Connected or Not
Java Convenience Factory Methods for Collections
Java Program to Implement the Alexander Bogomolny’s UnOrdered Permutation Algorithm for Elements Fro...
Java Program to Implement D-ary-Heap
Java Program to Generate All Possible Combinations Out of a, b, c, d, e
Java Program to Implement Gauss Seidel Method
Java Program to Implement Stack
Generic Constructors in Java
Exception Handling in Java
The XOR Operator in Java
Extract links from an HTML page
Cachable Static Assets with Spring MVC
Tính trừu tượng (Abstraction) trong Java
Java Program to Implement the Hill Cypher
How to Round a Number to N Decimal Places in Java
Java Program to Check Cycle in a Graph using Topological Sort
Deploy a Spring Boot App to Azure
Java Program to Perform Preorder Recursive Traversal of a Given Binary Tree