Help coderanch get a
new server
by contributing to the fundraiser

wise owen

Ranch Hand
+ Follow
since Feb 02, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by wise owen

Congratulations!!! WOW - 100%
17 years ago
An anonymous inner class is an un-named inner class defined implicitly by its instantiation. They are declared and defined using the name of the class or interface they extend.
3 that are objects in array[0], array[1], and array[2].
[ November 02, 2006: Message edited by: wise owen ]
Congratulations!!!
17 years ago
Congratulations!!!
17 years ago


I think -1 = 10000000 00000000 00000000 00000001 in binary.


-1 = 11111111 11111111 11111111 11111111

If the collection fits in the specified array, it is returned therein. Otherwise, a new array is allocated with the runtime type of the specified array and the size of this collection.

How to use the toArray() method of Collection?
[ November 01, 2006: Message edited by: wise owen ]