Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to override private or static method in java?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is getkey () in java?
State two differences between C and Java.
What is the difference between variable declaration and variable initialization?
What is use of a abstract variable?
Explain oops concepts in detail?
Can we have more than one package statement in the source file?
What is hasnext in java?
What is the difference between assignment and initialization?
What is purpose of find feature?
What are assembly attributes?
How many java versions are there?
How will you add panel to a frame?
what do you understand by the term string with respect to java?