The amazing thing about Java

简介: The amazing thing about Java

正文


猜猜下面的代码能否输出?


/**
 * @author breakpoint/赵先生 <zlgtop@163.com>
 * create on 2022/05/28
 */
public class Mytest001 {
    public static void main(String[] args) {
        // \u000d System.out.println("hello word");
    }
}


答案当然是肯定的!!!!!!


下面说一说是为啥?


实际上,在我们的代码中,有一个特殊的字符`\u000d`


这个是一个特殊的Unicode码. 在java中表示换行的意思.所以,我们定义的那一行注释并没有真正的注释!!!!

Java的编译器不仅仅会编译代码,而且也会解析Unicode代码!!!

相关文章
|
6月前
|
IDE Java 开发工具
Java GUI Testing - JFCUnit Introduce
Java GUI Testing - JFCUnit Introduce
25 0
|
7月前
|
设计模式 Java API
【Java】Best coding practices every java developer should
【Java】Best coding practices every java developer should
80 0
|
7月前
|
设计模式 Java Unix
【Java】Best coding practices every java developer should(一)
【Java】Best coding practices every java developer should
72 0
|
7月前
|
IDE Java 程序员
【Java】Best coding practices every java developer should(二)
【Java】Best coding practices every java developer should
65 0
|
Java
Java 类的 Linking 和 Initializing 简单笔记
Java 类的 Linking 和 Initializing 简单笔记
111 0
|
XML JSON Android开发
Android lottie java.lang.IllegalStateException: Missing values for keyframe
使用Lottie动画的时候,运行发现了此报错,版本为2.4.0,在经过几番的测试后,更改了资源文件和xml里面的配置也不大行。
解决办法:java.lang.UnsatisfiedLinkError ... Can't find dependent libraries
解决办法:java.lang.UnsatisfiedLinkError ... Can't find dependent libraries
468 0
|
JavaScript Java 容器
JDK15 is coming,Do you konw the new features of java8?(上)
JDK15 is coming,Do you konw the new features of java8?(上)
95 0
|
分布式计算 安全 Java
JDK15 is coming,Do you konw the new features of java8?(下)
JDK15 is coming,Do you konw the new features of java8?(下)
83 0
|
Java
解决bug:项目配置java8时出现Error:Jack is required to support java 8 language features...
解决bug:项目配置java8时出现Error:Jack is required to support java 8 language features...
334 0
解决bug:项目配置java8时出现Error:Jack is required to support java 8 language features...