Answer Posted / hr@tgksolutions.com
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 the file extension for java?
What should I import for arraylist in java?
Can a class be private or protected in java?
How do I print a “?
What are parameters in a method?
What is the primary benefit of encapsulation?
Explain the importance of import keyword in java?
What is the difference between a loader and a compiler?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
How can we create a thread in java?
Is it possible to override the main method?
How to create a custom exception?
Can a vector contain heterogenous objects?
What is arraylist class in java?
What is a method signature java?