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:
Spring RequestMapping
Adding Shutdown Hooks for JVM Applications
Java Program to Implement Hopcroft Algorithm
Java Program to Check Whether a Weak Link i.e. Articulation Vertex Exists in a Graph
Comparing Dates in Java
Java Program to Check whether Graph is a Bipartite using 2 Color Algorithm
Java Program to Print the Kind of Rotation the AVL Tree is Undergoing
Java Program to Find MST (Minimum Spanning Tree) using Prim’s Algorithm
Versioning a REST API
A Comparison Between Spring and Spring Boot
How to Iterate Over a Stream With Indices
Java Program to Find Shortest Path Between All Vertices Using Floyd-Warshall’s Algorithm
Java Program to Implement Dijkstra’s Algorithm using Queue
Java Program to Find the Longest Path in a DAG
Guide to the Synchronized Keyword in Java
How to use the Spring FactoryBean?
Java Program to Perform Polygon Containment Test
Introduction to Spring Data REST
Tìm hiểu về xác thực và phân quyền trong ứng dụng
Spring Boot - Exception Handling
Java Map With Case-Insensitive Keys
SOAP Web service: Upload và Download file sử dụng MTOM trong JAX-WS
Java Program to Implement Uniform-Cost Search
Java Program to Implement Disjoint Sets
Java Program to Use the Bellman-Ford Algorithm to Find the Shortest Path
Multi Dimensional ArrayList in Java
Number Formatting in Java
Tạo ứng dụng Java RESTful Client không sử dụng 3rd party libraries
Phương thức tham chiếu trong Java 8 – Method References
Autoboxing và Unboxing trong Java
RegEx for matching Date Pattern in Java
Find the Registered Spring Security Filters