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 |
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is the default access specifier for variables and methods of a class?
why Runnable interface is preferable than extending the Thread class?
7 Answers Aizza, College School Exams Tests, Sybrant Technologies, Wipro,
Can we create object of static class?
hr interview how many minutes asking question
Describe string intern() methodology
How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size
what are upcasting and downcasting?
Explain about exception propagation?
How do you access command-line arguments within the code?
0 Answers Flextronics, Hexaware,
Does importing a package imports its sub-packages as well in java?