正在加载图片...
7.Describe a label component and the use of images. (二)教学内容 第一节Creating Objects 1.主要内容 How to create an object? 2.基本概念和知识点 (1)The new operator returns a reference to a newly created object. (2)Multiple reference variables can refer to the same object. (3)Usually a method is executed on a particular object,which affects the results 3.问题与应用(能力要求) 提供创建对象,理解对象在内存中的存储原理。 第二节The String Class 1.主要内容 Methods of the String class 2.基本概念和知识点 Methods:charAt(int index),compareTo(String str),concat(String str),equals(String str),equalsIgnoreCase(String str),length(),replace(char oldChar,char newChar),substring(int offset,int endIndex),toLowerCase(,toUpperCase() 3.问题与应用(能力要求) (1)学会使用String类的方法。 (2)了解String类在初始化上与其他类的区别 (3)学握String类的内存存储模式 第三节Package 1.主要内容 (1)Class Libraries (2)The Java API (3)Packages (4)The import Declaration 2.基本概念和知识点 (1)A class library provides useful support when developing programs. 8 8 7.Describe a label component and the use of images. (二)教学内容 第一节 Creating Objects 1.主要内容 How to create an object? 2.基本概念和知识点 (1) The new operator returns a reference to a newly created object. (2) Multiple reference variables can refer to the same object. (3) Usually a method is executed on a particular object, which affects the results. 3.问题与应用(能力要求) 提供创建对象,理解对象在内存中的存储原理。 第二节 The String Class 1.主要内容 Methods of the String class 2.基本概念和知识点 Methods:charAt(int index),compareTo(String str),concat(String str),equals(String str),equalsIgnoreCase(String str),length(),replace(char oldChar,char newChar),substring(int offset,int endIndex),toLowerCase(),toUpperCase() 3.问题与应用(能力要求) (1)学会使用 String 类的方法。 (2)了解 String 类在初始化上与其他类的区别。 (3)掌握 String 类的内存存储模式 第三节 Package 1.主要内容 (1) Class Libraries (2) The Java API (3) Packages (4) The import Declaration 2.基本概念和知识点 (1) A class library provides useful support when developing programs
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有