<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-TW">
		<id>https://fgchen.com/wiki/index.php?action=history&amp;feed=atom&amp;title=SCJP_1.6%E7%89%88%E8%80%83%E9%A1%8C_186</id>
		<title>SCJP 1.6版考題 186 - 修訂歷史</title>
		<link rel="self" type="application/atom+xml" href="https://fgchen.com/wiki/index.php?action=history&amp;feed=atom&amp;title=SCJP_1.6%E7%89%88%E8%80%83%E9%A1%8C_186"/>
		<link rel="alternate" type="text/html" href="https://fgchen.com/wiki/index.php?title=SCJP_1.6%E7%89%88%E8%80%83%E9%A1%8C_186&amp;action=history"/>
		<updated>2026-05-01T03:41:40Z</updated>
		<subtitle>本 Wiki 上此頁面的修訂歷史</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://fgchen.com/wiki/index.php?title=SCJP_1.6%E7%89%88%E8%80%83%E9%A1%8C_186&amp;diff=1226&amp;oldid=prev</id>
		<title>Ikk：新頁面:  Two statements are true about the hashCode method? (Choose two.)   A. The hashCode method for a given class can be used to test for object equality       and object inequality for tha...</title>
		<link rel="alternate" type="text/html" href="https://fgchen.com/wiki/index.php?title=SCJP_1.6%E7%89%88%E8%80%83%E9%A1%8C_186&amp;diff=1226&amp;oldid=prev"/>
				<updated>2013-03-30T00:32:02Z</updated>
		
		<summary type="html">&lt;p&gt;新頁面:  Two statements are true about the hashCode method? (Choose two.)   A. The hashCode method for a given class can be used to test for object equality       and object inequality for tha...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新頁面&lt;/b&gt;&lt;/p&gt;&lt;div&gt; Two statements are true about the hashCode method? (Choose two.)&lt;br /&gt;
  A. The hashCode method for a given class can be used to test for object equality &lt;br /&gt;
     and object inequality for that class.&lt;br /&gt;
  B. The hashCode method is used by the java.util.SortedSet collection class to order the elements within that set.&lt;br /&gt;
  C. The hashCode method for a given class can be used to test for object inequality, &lt;br /&gt;
     but NOT object equality, for that class.&lt;br /&gt;
  D. The only important characteristic of the values returned by a hashCode method is &lt;br /&gt;
     that the distribution of values must follow a Gaussian distribution.&lt;br /&gt;
  E. The hashCode method is used by the java.util.&lt;br /&gt;
     HashSet collection class to group the elements within that set into hash buckets for swift retrieval.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt;解答&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size: medium;&amp;quot;&amp;gt;Ans: C E   &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:medium;&amp;quot;&amp;gt; 解說:&lt;br /&gt;
 對hashCode方法…&lt;br /&gt;
 The hashCode method for a given class can be used to test for object inequality, &lt;br /&gt;
 but NOT object equality, for that class.&lt;br /&gt;
 雜湊值可用在測試物件的不等性，不能用來測試物件的相等性&lt;br /&gt;
  (因為雜湊值不同，物件必不同，湊值一樣，物件未必一樣，因為不同的物件有可能雜湊值一樣)&lt;br /&gt;
 &lt;br /&gt;
 The hashCode method is used by the java.util.HashSet collection class to group the elements within &lt;br /&gt;
 that set into hash buckets for swift retrieval.&lt;br /&gt;
 hashCode方法被java.util.HashSet collection類別用來將元素以雜湊槽方式聚集起來以迅速取出物件.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/span&amp;gt;	&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{SCJP 1.6版考題講解}}&lt;/div&gt;</summary>
		<author><name>Ikk</name></author>	</entry>

	</feed>