What is the byte range?



What is the byte range?..

Answer / Ashutosh Raj

"In Java, a byte is an 8-bit signed two's complement integer with a value range of -128 to 127 (inclusive)."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?

1 Answers  


What is number data type in java?

1 Answers  


How do you classify Dialog Box?

1 Answers   CGI,


What is access modifiers?

1 Answers   Cap Gemini,


What are the Memory Allocations available in JavaJava?

1 Answers  


int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,


What is slash r?

1 Answers  


What is replaceall in java?

1 Answers  


Is object a data type?

1 Answers  


if num=687; U have to get num=6+8+7;

4 Answers   CMC,


Why to use nested classes in java?

1 Answers  


when to use abstract class and when to use interface?

16 Answers   Exterro, iGate, IonIdea,


Categories