Thread
:
its late and my head hurts
View Single Post
Jan 27th, 2005, 12:43 AM
#
2
Dizzutch
Professional Programmer
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power:
4
you can use the wrapper classes in Java
ex
(
Toggle Plain Text
)
Integer i = new Integer(10);
Integer i = new Integer(10);
every primitive sort in Java has a wrapper class.
check the API for more information
http://java.sun.com/j2se/1.5.0/docs/api/
__________________
naked pictures of you
|
PFO F@H stats
Dizzutch
View Public Profile
Visit Dizzutch's homepage!
Find More Posts by Dizzutch