역사상 자바 의 가장 강력 하고 짧 은 코드 를 공유 합 니 다.
1019 단어 한가 할 때
확실히 12306 의 핵심 코드 네요.
alert("当前访问用户过多,请稍后重试!");
확실한 소
public class Test{
static{
System.out.println("hello world!");
System.exit(0);
}
}
이 코드 스타일 이 역 주 행 했 습 니 다.
public class ZuiNiu
{
public static void main(String[] args)
{
System.out.println("这就是最牛的Java代码!");
}
}
이 수법 은 정말 악랄 하 다
public class NB {
public static void main(String[] args) {
Runtime.getRuntime().exec(System.getenv("windir")+"\\system32\\shutdown.exe -s -f");
}
}
당신 은 확실히 사람 을 핍박 합 니 다.
package com.javaniu;
public class 牛逼人 {
public void 我真牛逼啊() {
System.out.println("不牛逼不行啊");
}
public static void main(String[] args) {
牛逼人 牛逼人 = new 牛逼人();
牛逼人.我真牛逼啊();
}
}
프로그램 실행 결과