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 |
What does sprintf mean?
Can we have a try block without catch block?
how can i cal servlet from jsp page?how can i pass variablesfrom the jsp that servlet can access?
What is use of super keyword in java?
Explain java coding standards for variables ?
What is the platform?
How do you call a reference in java?
what do you mean by classloader?
What is == in java?
Write a program to find the greatest of three numbers in java?
Explain the difference between comparator and comparable in java?
Where are the local variables stored?