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 a finally block? Is there a case when finally will not execute?
How do you create a null object?
Is java 1.7 the same as java 7?
Can list be null in java?
What is the difference between sop and work instruction?
What is supplier in java?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is string builder?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Which is faster set or list in java?
Can we create a class inside a class in java?
What package is math in java?
Why volatile is used in java?
Does java map allow duplicates?
What are default methods ?