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 many static init can you have?

0 Answers  


When will you define a method as static?

0 Answers  


How do you reverse sort in java?

0 Answers  


Is arraylist ordered?

0 Answers  


Does garbage collection guarantee that a program will not run out of memory?

1 Answers  






Why do we use predicate in java?

0 Answers  


Why should we use java?

1 Answers   IBM,


Name the types of mouse event listeners ?

2 Answers  


How can a gui component handle its own events?

0 Answers  


What code optimizations techniques you follow in general practice?

2 Answers   Accenture, TCS, Wipro,


What are the basic interfaces of java collections framework?

0 Answers  


Explain notify() method of object class ?

0 Answers  


Categories