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

Why is stringbuffer faster than string?

0 Answers  


What is unicode used for?

0 Answers  


Can a static member function access member variable of an object?

0 Answers   Virtusa,


Describe different states of a thread.

0 Answers  


Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?

2 Answers  






How to reduce flicking in animation?

3 Answers   TCS,


How do you compare two objects?

0 Answers  


What is the difference between method and means?

0 Answers  


What is import java util arraylist?

0 Answers  


What are the loops in java?

0 Answers  


How can you say HashMap is syncronized?

14 Answers   Arete, IBM,


difference between byte stream class and character stream class?

0 Answers  


Categories