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 original name of java?
What is the syntax and characteristics of a lambda expression? Explain
What is threaded programming and when is it used? : Java thread
Explain JMS in detail.
What is remote method invocation (rmi)?
What is method and methodology?
When can we say that threads are not lightweight process in java?
Is a class subclass of itself?
what is the difference between a threads start() and run() methods? : Java thread
Can we declare a static variable inside a method?
Explain public static void main(string args[]) in java.
Why can't we make a class private in java?
How are variables stored in memory?
Can a class with private constructor be extended?
What is data type in java?