siyuliu  

快捷键

psvm:public static void main(String[] args) {}
sout:System.out.println();

注释

单行注释://
多行注释:/* /
文档注释:
/
*
*
*
*/

关键字

image

基本数据类型

String s="abcd";
char name='A';

int/byte/short a=1;
long a=11L

float a=2.1F;
double a=3.14;

boolean flag=false\true;

posted on 2025-10-21 21:56  nnnnnnunn  阅读(0)  评论(0)    收藏  举报