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 the syntax and characteristics of a lambda expression?
What are meta-annotations?
What is regex java?
What is the diffrence between inner class and nested class?
How to do a true java ping from windows?
Explain parallel processing in java8?
What is the purpose of using break in each case of switch statement?
What is ‘is-a ‘ relationship in java?
Write a program to solve producer consumer problem in java?
How do you escape a string?
How do you achieve singleton?
Which method must be implemented by all threads?
How do I type unicode?
Which is illegal identifier in java?
What is Garbage Collection in Java