The byte keyword is an integral type.
Range: 0 to 255
Example:
byte k = 255; // ok
k = 256; // Error send failed, exception: javax.mail.MessagingException: Could not connect to SMTP host: , port: 25;
nested exception is: java.net.SocketException: Network is unreachable: connect