上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 90 下一页
摘要: 阅读全文
posted @ 2021-05-22 18:52 yub4by 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 1、单个对象内存 2、多个对象内存 3、多个对象指向相同内存 阅读全文
posted @ 2021-05-22 18:45 yub4by 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 1 package day7; 2 3 /** 4 * @author haifei 5 * 6 * 面向对象之类和对象 7 * 8 */ 9 10 public class demo1 { 11 public static void main(String[] args) { 12 /* 13 类 阅读全文
posted @ 2021-05-22 18:41 yub4by 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 1 package day6; 2 3 import java.util.Scanner; 4 5 /** 6 * @author haifei 7 * 8 * 基础知识练习案例*10 9 */ 10 11 public class demo2 { 12 public static void mai 阅读全文
posted @ 2021-05-21 19:04 yub4by 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 1 package day6; 2 3 import java.util.Scanner; 4 5 /** 6 * @author haifei 7 * 8 * debug使用及案例 9 * 10 */ 11 12 public class demo1 { 13 public static void 阅读全文
posted @ 2021-05-21 14:36 yub4by 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 1 package day5; 2 3 /** 4 * @author haifei 5 * 6 * 案例:数组遍历、数组最值 7 * 8 */ 9 10 public class demo4 { 11 public static void main(String[] args) { 12 prin 阅读全文
posted @ 2021-05-21 14:34 yub4by 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 1 package day5; 2 3 /** 4 * @author haifei 5 * 6 * 方法的参数传递 7 * 8 */ 9 10 public class demo3 { 11 public static void main(String[] args) { 12 //对于基本数据类 阅读全文
posted @ 2021-05-21 14:33 yub4by 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 1 package day5; 2 3 /** 4 * @author haifei 5 * 6 * 方法重载案例 7 * 使用方法重载的思想,设计比较两个整数是否相同的方法,兼容全整数类型(byte,short,int,long) 8 * 9 */ 10 public class demo2 { 阅读全文
posted @ 2021-05-21 14:32 yub4by 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1 package day5; 2 3 /** 4 * @author : haifei 5 * 6 * 方法:定义和调用、有参无参、有返无返、重载、参数传递 7 * 8 */ 9 10 public class demo1 { 11 public static void main(String[] 阅读全文
posted @ 2021-05-21 14:31 yub4by 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1 package day4; 2 3 /** 4 * @author : haifei 5 * 6 * 数组静态初始化、数组常见异常、数组遍历及应用 7 * 8 */ 9 10 public class Demo2_0521 { 11 public static void main(String[ 阅读全文
posted @ 2021-05-21 14:30 yub4by 阅读(51) 评论(0) 推荐(0) 编辑
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 90 下一页