Can you tell me range of byte?
Answer / Tarun Raj
In Java, the range of a byte is from 0 to 255. Bytes are 8-bit data types and can store integers between -128 (decimal) and 127 (decimal).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the basics of core java?
how to deploy tomcatserver to weblogic server? write d following steps?
What are instance variables?
Why does java not support operator overloading?
How can we make sure main() is the last thread to finish in java program?
What is a two-pass assembler?
What is Collections API?
Is char a data type in java?
What is a linkedhashmap java?
1.what is the exact difference between applet and frame? 2.Do we use main method in frames?
What does file separator do in java?
What are different access specifiers in java? Explain