Quote:
Originally Posted by castanza88
If not using large amounts of data, is it ok to not have to get an exact data type for your variable for basic needs?
|
for most programs it really dosnt matter, it would guess for large applications it would be more wise to use the "best" data types for the job. that way you dont allocate too much memory thats not being used. However with that said, ive only ever used boolean, String, int, and double
