Answer Posted / glibwaresoftsolutions
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 enhanced loop in java?
Is there a sort function in java?
What is defined as false sharing in the context of multithreading?
What is the difference between exception and error in java?
What is string substring?
What value is a variable of the string type automatically initialized?
What is the purpose of finalization in java programming?
What is better - 'bit-shift a value' or 'multiply by 2'?
How to restrict a member of a class from inheriting by its sub classes?
Do you know how to reverse string in java?
Why do we use regex?
What is immutability in java?
What is a void method java?
What is functional interface in java?
What is Java Reflection API? Why it’s so important to have?