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

Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

0 Answers  


What modifiers may be used with an inner class that is a member of an outer class in java programming?

0 Answers  


What is the default access specifier for variables and methods of a class?

0 Answers  


why Runnable interface is preferable than extending the Thread class?

7 Answers   Aizza, College School Exams Tests, Sybrant Technologies, Wipro,


Can we create object of static class?

0 Answers  


hr interview how many minutes asking question

0 Answers  


Describe string intern() methodology

0 Answers  


How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size

6 Answers   Accenture,


what are upcasting and downcasting?

5 Answers  


Explain about exception propagation?

0 Answers  


How do you access command-line arguments within the code?

0 Answers   Flextronics, Hexaware,


Does importing a package imports its sub-packages as well in java?

0 Answers  


Categories