美文网首页
Java搭建运行环境

Java搭建运行环境

作者: 不停在路上 | 来源:发表于2016-11-07 08:49 被阅读0次
    • 配置2个变量
      path:安装目录\bin。
      classpath:.表示任何目录。
    • 数据类型
      基本数据类型:boolean,char,byte,short,int,long,float,double
      引用数据类型:数组,类,接口,枚举,注解
    • 运算符。(四则,赋值,逻辑)。
    • 程序控制结构(顺序,分支,循环)。
    • 变量的类型。
    • 方法和数组。

    相关文章

      网友评论

          本文标题:Java搭建运行环境

          本文链接:https://www.haomeiwen.com/subject/ycjdettx.html