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:
Serialization và Deserialization trong java
Xử lý ngoại lệ trong Java (Exception Handling)
A Guide to Iterator in Java
Anonymous Classes in Java
Java Program to Implement Meldable Heap
Java Program to Implement Splay Tree
Java Program to Implement Knight’s Tour Problem
Extract network card address
Working with Tree Model Nodes in Jackson
Hướng dẫn Java Design Pattern – Object Pool
Object cloning trong java
Recommended Package Structure of a Spring Boot Project
How to Set TLS Version in Apache HttpClient
Introduction to Spring Cloud CLI
Java Program to Generate Random Partition out of a Given Set of Numbers or Characters
Life Cycle of a Thread in Java
Java Program to Implement Sieve Of Eratosthenes
Java Program to Check Whether a Directed Graph Contains a Eulerian Path
Spring Boot Application as a Service
Custom Cascading in Spring Data MongoDB
Java Program to Implement Queue using Linked List
Different Ways to Capture Java Heap Dumps
Handling Errors in Spring WebFlux
Java Optional as Return Type
Java Program to Find MST (Minimum Spanning Tree) using Prim’s Algorithm
How to Use if/else Logic in Java 8 Streams
Java – Write an InputStream to a File
Template Engines for Spring
Java Program to Implement ScapeGoat Tree
So sánh ArrayList và Vector trong Java
Split a String in Java
Map Interface trong java