⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 printstuff.java

📁 it contains the practical programs in our college
💻 JAVA
字号:
import java.io.*;public class PrintStuff {    public static void main(String[] args) throws IOException {        System.out.println(! false);                //boolean        System.out.println('3');                    //char        char three[] = {'t', 'h', 'r', 'e', 'e'};        System.out.println(three);                  //char []        System.out.println("Three");                //String        System.out.println(3);                      //int        System.out.println(Long.MAX_VALUE);        System.out.println(Math.PI);        System.out.println(Double.MAX_VALUE);        System.out.println(new Object());    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -