| Author |
Question about Java characters
|
Grishma Dube
Ranch Hand
Joined: Jul 01, 2003
Posts: 273
|
|
Hi, During a Java Test, I came across one question. Can anyone tell me correct answer for it? Java characters are :- ANSI characters ASCII characters Unicode characters TIA Grishma
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24061
|
|
|
Java uses the 16-bit Unicode character set.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
|
If you're wondering how you can be as smart as Ernest and figure out the answer to such an inquiry, well... I can at least suggest how to figure out such questions. Take a look at The Java Language Specification (JLS). Section 4.2 holds the answer to this question.
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
 |
|
|
subject: Question about Java characters
|
|
|