Description:
constructor Short(short value):
This constructs a newly allocated Short object that represents the specified short value.
constructor Short(String s):
This constructs a newly allocated Short object that represents the byte value indicated by the String parameter. The radix is assumed to be 10.