View Single Post
Old Jan 27th, 2005, 12:43 AM   #2
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
you can use the wrapper classes in Java
ex
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 is offline   Reply With Quote