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 technique adopted to create an immutable class?
In a container there are 5 components. I want to display all the component names, how will you do that?
What does java ide mean?
what is the difference between cd & dvd ?
30 Answers Lovely Professional University, Satyam, Sibylsys,
java is fullu object oriented or pure? why?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is the requirement of thread in java?
JVM is platform independent or depeneded?
what is instanceof operator used in java?
Define a java class.
diff b/w sleep(1000) and wait(1000)?
If circular link of two objects, then will it be garbage collected ?