Can you tell me range of byte?



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

Post New Answer

More Core Java Interview Questions

What are the basics of core java?

1 Answers  


how to deploy tomcatserver to weblogic server? write d following steps?

1 Answers  


What are instance variables?

1 Answers  


Why does java not support operator overloading?

1 Answers  


How can we make sure main() is the last thread to finish in java program?

1 Answers  


What is a two-pass assembler?

1 Answers   Syntel, Visa,


What is Collections API?

1 Answers  


Is char a data type in java?

1 Answers  


What is a linkedhashmap java?

1 Answers  


1.what is the exact difference between applet and frame? 2.Do we use main method in frames?

5 Answers  


What does file separator do in java?

1 Answers  


What are different access specifiers in java? Explain

1 Answers  


Categories