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 fail fast in java?
Differentiate storage classes on the basis of their scope?
In a class implementing an interface, can we change the value of any variable defined in the interface?
What is the role of garbage collector in java?
If try block is successfully executed, Then Is Finally block executed?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
Why call by value prevents parameter value change?
Explain wait() method of object class ?
What will be the initial value of an object reference which is defined as an instance variable?
Explain about abstract classes in java?
What is vector capacity in java?
What is hashmap and map?
What is the maximum length of a url?
What is keyword in oop?
what do you understand by synchronization? : Java thread