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 are the rules for variable declaration?
What is the original name of java?
What is difference between float and double?
What is procedure overloading?
What are generic methods?
Can we execute a program without main?
How can you share data between two thread in Java?
Does printwriter create a file?
What is an empty list in java?
What is class and object in java?
What is strings in java?
What is generic type?
What is remote method invocation (rmi)?
Can you override a final method?
How do you convert an int to a double in java?