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 class allows you to read objects directly from a stream in java programming?
v-model life cycle
Can java list contain duplicates?
What is equlas() and hashcode() contract in java? Where does it used?
Can we clone singleton class in java?
What is the technique adopted to create an immutable class?
What is the use of predicate in java 8?
What is the difference between static and global variables and also define what are volatile variables?
How do listeners work?
how its run?
What is a string what operation can be performed out with the help of a string?
What is defined as false sharing in the context of multithreading?
Can singleton class be cloned?
What is the difference in between cpp and java? Can u explain in detail?
Can two objects have same hashcode?