Answer Posted / nashiinformaticssolutions
An 8-bit signed two-complement integer is called a byte. Bytes support a minimum value of -128 and a maximum value of 127. It is employed when memory conservation is required and the required range of numbers is -128 to 127.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a local class in java?
What is are packages?
What is the purpose of the System class?
Why are lists ordered in java?
What is data structure in java?
How do you define a method?
What is dynamic array in java?
Can java hashmap have duplicate keys?
What is static import?
What is the diffrence between inner class and nested class?
Can we overload final method in java?
Can java arraylist hold different types?
What is the statements?
What is a byte string?
Can we use catch statement for checked exceptions?