Submitted by heartin on Mon, 09/30/2013 - 01:06
Literals are numbers, characters, and string representations in your program. Literals can be classified as numeric literals, character literals and string literals.
Submitted by heartin on Sat, 08/25/2012 - 00:55
The line separator is the name given to the character or characters used to separate lines of text, and vary from platform to platform.
Submitted by heartin on Wed, 08/22/2012 - 09:23
Charset is a combination of a coded character set and a character-encoding scheme. Here ‘set’ refers to the set of characters and their numbers (code points), and ‘encoding’ refers to the representation of these code points. We will also discuss common encoding related errors.
Submitted by heartin on Wed, 08/22/2012 - 09:21
All Unicode characters can be used in comments, character and string literals in java. Unicode characters can be expressed through Unicode Escape Sequences.
Unicode escape sequences consist of
Submitted by heartin on Wed, 08/22/2012 - 09:18
Unicode is a computing industry standard for the consistent encoding, representation and handling of text expressed in most of the world's writing systems. The objective of Unicode is to unify all the different encoding schemes so that the confusion between computers can be limited as much as possible. Currently the Unicode standard defines values for over 100,000 characters.
Pages