摘要: 1 package cn.itcast.p2.wrapper.demo; 2 3 public class WrapperDemo2 { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 阅读全文
posted @ 2021-10-14 17:30 doremi429 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 1 package cn.itcast.p2.wrapper.demo; 2 3 public class WrapperDemo { 4 public static void main(String[] args) { 5 /* 6 * 基本数据类型对象包装类。 7 * 为了方便操作基本数据类型值 阅读全文
posted @ 2021-10-14 17:16 doremi429 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 1 package cn.itcast.p2.stringbuffer.demo; 2 3 public class StringBuilderTest { 4 public static void main(String[] args) { 5 int[] arr = {3,1,5,3,8}; 6 阅读全文
posted @ 2021-10-14 14:38 doremi429 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1 package cn.itcast.p2.stringbuffer.demo; 2 3 public class StringBuilderDemo { 4 public static void main(String[] args) { 5 /* 6 * jdk1.5以后出现了功能和Strin 阅读全文
posted @ 2021-10-14 14:37 doremi429 阅读(9) 评论(0) 推荐(0) 编辑