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 |
Explain about interrupt() method of thread class ?
How Vector class is synchronized,How to build user defined class as synchronized?
What are inbuilt functions in java?
did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???
What modifiers are allowed for methods in an interface?
What is java util list?
whats the purposr of using serialization?
What is bubble sorting in java?
What do you understand by access specifiers in Java?
Can java arraylist hold different types?
What are different access specifiers in java? Explain
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4