JAVA-面向对象之对象拷贝
摘要:Java 中的数据类型分为基本数据类型和引用数据类型。对于这两种数据类型,在进行赋值操作、用作方法参数或返回值时,会有值传递和引用(地址)传递的差别。 Map对象 测试01-等号赋值: @Test public void TestCopy() { Map<String, Object> beginB
阅读全文
posted @ 2021-06-30 17:34
posted @ 2021-06-30 17:34
posted @ 2021-06-23 17:33
posted @ 2021-06-21 17:19
posted @ 2021-06-18 17:16
posted @ 2021-06-17 17:37
posted @ 2021-06-16 15:12
posted @ 2021-06-07 10:54