Answer Posted / 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 |
Post New Answer View All Answers
Is java jre still free?
How many bytes is a char in java?
What is the difference between synchronized and synchronized block?
How would you use Bubble Sort to sort the number of elements?
Is call by reference possible in java?
What is the Concept of Encapsulation in OOPS
How do you generate random numbers in java?
Can we catch more than one exception in a single catch block?
Can final class have constructor?
How do you create a sop?
Why set do not allow duplicates in java?
Differentiate between nested and inner class in java.
Difference between operator overloading and function overloading
Difference between final and effectively final ? Why is effectively final even required ?
Can inner class final?