问答首页 new× 2
0

1

回答

517 浏览

newInstance()和new[已解决]0

为什么在设计的时候需要有newInstance()这样的设计,是出于什么方面的考虑呢,他的好处在哪里。求大神解惑下

2014年8月18日 21:24
0

7

回答

1033 浏览

new 一个对象?[已解决]5

public class Test_4 { public void test() { Test_4 t1 = new Test_4(); Test_4 t2 = new Test_4(); if (t1.equals(t2)) { System.out.println("t1.qual(t2)"); } if (t2 == t1) { System.out.pri ...

new 
2012年3月18日 22:02

本周活跃投票用户

最新评论

Global site tag (gtag.js) - Google Analytics