Answer Posted / hr@tgksolutions.com
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 the difference between replace and replace all?
How do you differentiate abstract class from interface?
What is an error in java?
Is set thread safe java?
Is java call by reference?
Can we execute a program without main() method?
What is use of super keyword in java?
What are different ways of object creation in java ?
Why declare Main() inside the class in java ?
What function extracts specified characters from a string?
What is argument in java?
How do you use find and replace?
What is a module function?
Why doesn't the java library use a randomized version of quicksort?
What is the map interface in java programming?