what is difference between signed & unsigned char?

Answers were Sorted based on User's Feedback



what is difference between signed & unsigned char?..

Answer / aruna devi

range of signed char is -128 to 127
range of unsigned char is 0 to 255

that is the difference between signed and unsigned char.

Is This Answer Correct ?    4 Yes 1 No

what is difference between signed & unsigned char?..

Answer / ankit

I am not asking about the range ............
I am asking about difference............
what is the definition ............

How to implement it............

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

How big is a 64 bit float?

0 Answers  


Explain public static void main(string args[]) in java.

0 Answers  


Differentiate between postfix and prefix operators in java.

0 Answers   HCL,


Are maps ordered java?

0 Answers  


Which command from the jdk compiles a java program?

0 Answers  






Explain Public static void main?

2 Answers   IBM, Vetech,


What is numeric data type?

0 Answers  


Explain wait() method of object class ?

0 Answers  


What is java and its types?

0 Answers  


write a code, we have two thread, one is printing even no and other print the odd no.

1 Answers   Global Logic,


What is the size of int in 64-bit jvm?

0 Answers  


What are the latest versions in JAVA related areas?

3 Answers   Netcraft,


Categories