1、p rivate:私有的protected受保护的default 默认access 访问package包import:导入static:静态的void: 无(返回类型exte nds 继承parent class父类base class基 类super class超 类child class:子类derived class 派生类override:重写,覆盖overload:重载final: 最终的 ,不能改变的abstract 抽象in terface:接口imp leme nts:实现exce pti on:异常Run time:运行时ArithmeticException:算术异常 Ar
2、rayIndexOutOfBoundsException:数组下标越界 异常 NullPointerException:空引用异常 ClassNotFoundException类没有发现异常 NumberFormatException数字格式异常(字符串不能转化为数字Try:尝试Catch捕捉Fi nally:最后Throw:抛出Throws: (投掷表示强制异常处理Throwable:(可抛出的表示所有异常类的祖先类Lan g:la nguage 语 言Util:工具 Dis play:显示Ran dom:随机Collection: 集合ArrayList:( 数组列表表示动态数组HashM
3、ap:散列表,哈希表Swing:轻巧的 Awt:abstract window toolkit:抽象窗口工具包 Frame窗体Size:尺寸Title: 标题Add: 添加Panel面板Layout:布局Scroll:滚动Vertical:垂直Horizo natal:水平Labe I标签TextField:文本框TextArea:文本域Butt on:按钮Checkbox:复选框Radiobutt on:单选按钮Combobox:复选框 Eve nt:事件 Mouse:鼠标 Key:键Focus焦点 Listener:监听Border边界Flow:流Grid:网格MenuBar:菜单栏Men
4、u:菜单Menultem:菜单项PopupMenu弹出菜单Dialog:对话框Message消息Icon:图标Tree:树 Node:节点Jdbc:java database conn ectivityjav数据库连接DriverManager:驱动管理器Connection:连接Statement表示执行对象Preparedstatemen表示预执行对象Resultset结果集Next:下一个Close:关闭executeQuery执行查询Jbuilder中常用英文(共33个File:文件New:新建New Project:新建项目New Class:新建类New File:新建文 件Ope
5、n project打开项目Open file:打开文件 Reopen重新打开Close projects关闭项 目Close all except 除了:.全部关闭Rename重命名Exit:退出View: 视图Panes面板组 Project:项目 Content:内容 Structure:结构Message消息 Source:源文件 Bean豆子 Properties属性Make编绎Build:编绎Rebuild:重编绎Refresh刷新Project properties项目属性 Default project properties默认的项目属性运行 Debug:调试 Tools:工具
6、P refere nces参数配置 Con figure :配置 Libraries:库JSP中常用英文URL: Uni versal Resource Locati on 统一资源定位符IE: Internet Explorer 因特网浏览器JSP:java server p age.java 艮务器页面Model:模型C:co ntroller:控制器Tomcat:种jsp的web服务器WebModule:web 模块Servlet:小服务程序Request 请求Response 晌应Init: initialize, 初始化Service 服务Destro y 销毁Startu p:启动
7、Mapping:映射p atter n:模式Get paramete获 取参数Sessio n会话Application: 应用程序Con text:上下文redirect:重 定向dis patch:分发forward:转交setAttribute:设置属性getAttribute:获取属性p age页面con te ntTy pe:内容类型charset字符集in clude:包含tag:标签taglib:标签库EL:expression Ianguage表达式语言 Scope作用域Emp ty: 空JSTL:java standard tag libraryjava标准标签库 TLD:t
8、aglib description,标签库描述符Core核心Test :测试Foreach表示循环Var:variable,变量Status状态Items:项目集合Fmtformat,格式化Filter:过滤器报错英文第一章:JDK(Java Development Kit java开发工具包 JVM(Java Virtual Machine java 虚拟Javac编译命令java解释命令Javadoc生成java文档命令class path类路径Version 版本autho r作者public 公共的class 类static静态的void 没有返回值String 字符串类Syste m
9、系统类out输出print 同行打印println 换行打印JIT(just-in-time 及时处理第二章:byte 字节char 字符boolea n 布尔short 短整型int 整形long 长整形float 浮点类型double 双精度if 如果else否贝Uswitch 多路分支case与常值匹配break 终止while 当到循环do 直到循环for 已知次数循环continue结束本次循环进行下次跌代length 获取数组元素个数第三章:OOP object orie nted p rogrammi ng 面向对象编程 Object 对象Class membe类成员Class
10、method类方法Class variable 类变量Constructor 构造方法Package包Import p ackage 导入包第四章:Exte nds 继承Base class基类Super class超类Overloaded method 重载方法Overridde n method 重写方法Public 公有Private 私有P rotected 保护Static 静态Abstract 抽象Interface 接口Imp leme nts in terface 实现接口第五章:Exception 意外,异常RuntimeExcepiton 运行时异常ArithmeticEx
11、ception 算术异常IllegalArgumentException 非法数据异常 ArrayIndexOutOfBoundsException 数组 索引越界异常 NullPointerException 空指针异常ClassNotFoundException类无法加载异常(类不能找到 NumberFormatException 字符串到 float 类型转换异常 (数字格式异常 IOExeeption 输入输出异常FileNotFoundException 找不到文件异常EOFException 文件结束异常InterruptedException (线程中断异常try 尝试catch
12、 捕捉finally 最后throw 投、掷、抛throws 投、掷、抛print Stack Trace( 打印堆栈信息get Message获得错误消息get Cause获得异常原因method 方法able 能够in sta nee 实例check 检查第六章:byte(字节char(字符int(整型long(长整型float(浮点型double(双精度boolea n布尔short(短整型Byte (字节类Character字符类Integer(整型类Long (长整型类Float(浮点型类Double (双精度类Boolean布尔类Short (短整型类Digit (数字Letter
13、 (字母 Lower (小写Upper (大写Space (空格 Identifier (标识符 Start (开始String (字符串 length (值equals (等于Ignore (忽略 compare (比较 sub (提取concat (连接 replace (替换trim (整理Buffer (缓冲器 reverse (颠倒delete (删除 append (添加 Interrupted (中断的第七章 :Date 日期,日子 After 后来,后面 Before 在前,以前 Equals 相等,均等 toString 转换 为字符串SetTime 设置时间Display 显示 ,展示Cale ndar 日历Add 添加 ,增加Getl nsta nee获得实例getTime 获得时间Clear 扫除,清除Clone 克隆,复制Util 工具 ,龙套Componen ts成分,组成Month 月份Year 年,年岁Hour 小时 ,钟头Minute 分钟Second秒Random 随意,任意Next lnt 下一个整数Gaussia
copyright@ 2008-2022 冰豆网网站版权所有
经营许可证编号:鄂ICP备2022015515号-1