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 Perform Deletion in a BST
Spring Boot - Flyway Database
Removing all duplicates from a List in Java
JUnit5 Programmatic Extension Registration with @RegisterExtension
Collect a Java Stream to an Immutable Collection
Java Program to Find Location of a Point Placed in Three Dimensions Using K-D Trees
Wiring in Spring: @Autowired, @Resource and @Inject
Creating a Custom Starter with Spring Boot
Spring JDBC
Java Program to Check if a Given Set of Three Points Lie on a Single Line or Not
Java Program to Implement HashSet API
Spring MVC + Thymeleaf 3.0: New Features
Lập trình đa luồng với CompletableFuture trong Java 8
Java – Generate Random String
Ways to Iterate Over a List in Java
Lấy ngày giờ hiện tại trong Java
Java Program to Implement Quick Sort with Given Complexity Constraint
Java Program for Topological Sorting in Graphs
Class Loaders in Java
A Guide to LinkedHashMap in Java
Java Program to find the peak element of an array using Binary Search approach
Java Program to Implement the MD5 Algorithm
Guide to the Volatile Keyword in Java
Java Program to Implement Knight’s Tour Problem
Lớp lồng nhau trong java (Java inner class)
Java Byte Array to InputStream
Overflow and Underflow in Java
Introduction to Spring Data MongoDB
Mapping Nested Values with Jackson
Java Web Services – JAX-WS – SOAP
Java IO vs NIO
Từ khóa static và final trong java