Hi, I was hoping if anyone could help me really quickly. A section of my program needs to discern between java primitives. I've had to make regular expressions which look for the different characteristics between each primitive, but I don't know what some of them are. Below are all the primitives that I need to tell apart. The bolded ones are the ones I know. I was hoping if anyone could tell me what a byte or short is. Or what the differences between a long, float and double are. Sorry for the HELP! in the title, but this program is due at 12:00am sharp, and it's 10:21pm where I am =(
boolean
byte
short
int
long
float
double
char