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
I don’t want my class to be inherited by any other class. What should I do?
What are the two basic ways in which classes that can be run as threads may be defined?
Write a java program to count the number of words present in a string?
Is a class subclass of itself?
What is the difference between object oriented programming language and object based programming language?
Is java still necessary?
how to create constants in java?
Why is stringbuffer called mutable?
What is boolean flag in java?
How do you declare a string variable?
Difference between Preemptive scheduling vs. Time slicing?
What is the main purpose of java?
Can we create an object of static class in java?
Can we use a default constructor of a class even if an explicit constructor is defined?
What is an arraylist in java?