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
I want to persist data of objects for later use. What’s the best approach to do so?
Difference between nested and inner classes ?
Explain the purpose of garbage collection in Java?
What is method in java ?
What is the mapping mechanism used by java to identify IDL language?
Can we increase array size dynamically in java?
What is difference between java and java ee?
What is Java Shutdown Hook?
Is array dynamic in java?
What is java autoboxing?
How do you use compareto in java?
What is thread safe in java?
How do I type unicode?
How do you define a variable?
How do you delete a list in java?