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
Explain about object oriented programming and its features?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
how to convert Java project into Maven ?
How do you execute a thread in java?
Can a class have 2 constructors?
What is locale in java?
Can a abstract class be declared final?
What differences exist between iterator and listiterator?
Why do we need wrapper classes?
What is wrapper class example?
How do you check if a string is lexicographically in java?
what is the difference between preemptive scheduling and time slicing? : Java thread
Does substring create a new object?
Write java program to reverse string without using api?
Can a static class have a constructor java?