Answer Posted / nashiinformaticssolutions
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 java is considered dynamic?
Mention a package that is used for linked list class in java.
What are the two parts of a conditional statement?
What is unicode datatype?
Can we create object of inner class in java?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is hash code collision?
What is difference between equal and == in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What is the final method?
What is empty string literal in java?
What is JFC?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
Can you call a method in a method?
Explain runtime exceptions?