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 the method in java?
Why do I need to declare the type of a variable in java?
What is nested loop? What is dangling else condition in it?
Convert a BST into a DLL and DLL to BST in place.
what do you mean by classloader?
How are observer and observable used in java programming?
What is a local block?
When does an object becomes eligible for garbage collection in java?
What is the purpose of the System class?
How many types of exception can occur in a java program?
How to implement an arraylist in java?
Why do we use string?
What is a text string?
What are the data types supported by java? What is autoboxing and unboxing?
What is jdbc api?