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 is the main purpose of serialization in java?
Why can't we use static class instead of singleton?
What is string [] java?
Why is the type for real numbers called double?
what is the difference between HashMap and Hashtable
17 Answers Value Labs, Virtusa,
Explain scope or life time of local variables in java?
How do generics work in java?
java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
what is the life cycle of jsp?
If we don’t want some of the fields not to serialize how to do that?
How do you check if two given string are anagrams?
How do you implement singleton class?