Thread
:
Compiler error...why?
View Single Post
Feb 6th, 2007, 2:36 AM
#
2
ReggaetonKing
Sexy Programmer
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power:
4
The constructor for a Byte does not take an integer value but a String value instead. See below.
(
Toggle Plain Text
)
Byte b = new Byte("1");
Byte b = new Byte("1");
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing
View Public Profile
Find More Posts by ReggaetonKing