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:
Implementing a Binary Tree in Java
Java Program to Check if a Matrix is Invertible
Java Program to Perform the Sorting Using Counting Sort
Spring Security with Maven
Guide to CopyOnWriteArrayList
Overview of Spring Boot Dev Tools
Java – Convert File to InputStream
Java Program to Create a Random Graph Using Random Edge Generation
Remove All Occurrences of a Specific Value from a List
Convert String to int or Integer in Java
Convert Hex to ASCII in Java
Spring Security – security none, filters none, access permitAll
Spring Cloud Bus
SOAP Web service: Authentication trong JAX-WS
Java Program to Implement Iterative Deepening
Java Program to Encode a Message Using Playfair Cipher
The HttpMediaTypeNotAcceptableException in Spring MVC
Java Switch Statement
Debug a JavaMail Program
Java InputStream to String
Spring Boot - Service Components
Supplier trong Java 8
Jackson – Marshall String to JsonNode
ETags for REST with Spring
Java Program to Solve TSP Using Minimum Spanning Trees
Adding Shutdown Hooks for JVM Applications
Java Program to Give an Implementation of the Traditional Chinese Postman Problem
Build a REST API with Spring and Java Config
Hướng dẫn Java Design Pattern – Factory Method
Java Program to Implement DelayQueue API
Map to String Conversion in Java
Guide to Apache Commons CircularFifoQueue