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 difference between == and === in js?
What are aggregate functions explain with examples?
Can a class have a static inner class?
What is null statement?
What are the advantages of exception handling?
Does collectionutils isempty check for null?
Can a class be private?
What occurs when an object is constructed?
Explain static nested classes ?
What is the difference between the boolean & operator and the && operator in java programming?
What is the default value of float and double datatype in java?
when you will synchronize a piece of your code? : Java thread
Can we have more than one package statement in the source file?
Does java vector allow null?
Explain about fail fast iterators in java?