what is difference between signed & unsigned char?
Answers were Sorted based on User's Feedback
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 |
Adapter classes?
What is a loop java?
What is bufferedreader in java?
Difference between object instantiation and construction ?
What is a package in java? List down various advantages of packages.
How to optimize the javac output?
What is a function argument in java?
Which class is extended by all other classes?
What is java objectoutputstream?
Which class is the superclass for every class in java programming?
When is the arraystoreexception thrown?
Does java vector allow null?