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
Why is String immutable?
What are different types of encoding?
What is the benefit of lambda expressions?
What is the difference between an array and an array list?
What are invisible components?.
What is the exception hierarchy in java?
Discuss about garbage collector in Java.
What is the difference between method overriding and overloading?
Explain with example the concept of constant variable in java.
What is the difference between ArrayList and Vector? which one is better in Java
Can we overload final method in java?
What are the differences between processes and threads?
What is the benefit of inner classes in java?
What is size () in java?
What's the default access specifier for variables and methods of a class?