欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

Java初学者常用的单词的新地址—图书馆更新迁址

最编程 2024-01-02 07:54:21
...
  • public————公开的
  • static————静态的
  • class————类
  • void————不返回任何值
  • main————主方法名称
  • system————系统
  • string————字符串
  • args————参数
  • out————输出
  • print————打印
  • println————打印并换行
  • true————真
  • false————假
  • hello————你好
  • world————世界
  • age————年龄
  • sex————性别
  • name————名字
  • byte————字节
  • short————短的
  • int————整数
  • long————长的
  • float————浮点型
  • double————双精度浮点型
  • boolean————布尔类型
  • char————字符
  • java————一门编程语言的名字;同时又是运行java程序的命令
  • javac————编译java程序的命令
  • path————路径
  • if————如果
  • for————一种循环foreach
  • while————当…的时候
  • do————做
  • break————间歇、休息、间断、暂停
  • continue————继续
  • switch————切换
  • abstract————抽象
  • default————默认
  • extends————继承
  • final————最终的
  • finally————最终
  • implements————实现
  • import————导入
  • instanceof————某种类型的实例
  • interface————接口