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 Implement Bloom Filter
Introduction to Spring MVC HandlerInterceptor
Spring Boot - Securing Web Applications
Validate email address exists or not by Java Code
Spring Boot - Scheduling
Programmatic Transaction Management in Spring
Java Program to Implement Graham Scan Algorithm to Find the Convex Hull
Java Convenience Factory Methods for Collections
Spring Boot - Introduction
Java Program to Implement Sieve Of Atkin
How to Manually Authenticate User with Spring Security
Setting the Java Version in Maven
Request a Delivery / Read Receipt in Javamail
Java Program to Implement Interpolation Search Algorithm
Query Entities by Dates and Times with Spring Data JPA
Java Program to Perform Finite State Automaton based Search
Java Program to Implement Circular Doubly Linked List
Period and Duration in Java
Java Program to Apply DFS to Perform the Topological Sorting of a Directed Acyclic Graph
An Example of Load Balancing with Zuul and Eureka
Java Program to Check if a Directed Graph is a Tree or Not Using DFS
Java Program to Find Nearest Neighbor for Static Data Set
Configure a RestTemplate with RestTemplateBuilder
Upload and Display Excel Files with Spring MVC
Collect a Java Stream to an Immutable Collection
Injecting Prototype Beans into a Singleton Instance in Spring
So sánh ArrayList và Vector trong Java
The Spring @Controller and @RestController Annotations
Java Program to Check whether Directed Graph is Connected using BFS
Guide to WeakHashMap in Java
Java Program to Find the Peak Element of an Array O(n) time (Naive Method)
Converting String to Stream of chars