Home >Topic List >Introduction to carriage return and line feed characters in java

Introduction to carriage return and line feed characters in java

In Java, the carriage return and linefeed keys are represented as "\r" and "\n" respectively. Usually, the "\r\n" combination is used to represent a carriage return and line feed, that is, a carriage return is executed first, and then a line feed is executed. If you want to know more about java, you can read the articles below this topic.