Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is unicode?

Answers were Sorted based on User's Feedback



What is unicode?..

Answer / satyam

A 16-bit character encoding used in Java.Unicode allows
Java to handle international characters for most of the
world’s living languages, including Arabic, Armenian,
Bengali, Bopomofo, Chinese (via unified Han), Cyrillic,
English, Georgian, Greek, Gujarati, Gurmukhi, Hebrew, Hindi
(Devanagari), Japanese (Kanji, Hiragana and Katakana via
unified Han), Kannada, Korean (Hangul via unified Han),
Lao, Maylayalam, Oriya, Tai, Tamil, Telugu, Tibetan…
Unicode will make it much easier for non-English speaking
programmers to write programs for English speaking users
and vice versa.

Is This Answer Correct ?    2 Yes 0 No

What is unicode?..

Answer / vinoth sing

java uses the uniform 16 bit coding scheme called unicode to
represents characters which can incorporate 65000 characters.

Is This Answer Correct ?    2 Yes 0 No

What is unicode?..

Answer / chandra sekhar dash

Unicode systemis an encoding standard that provides aunique
number for every character, no matter what the
platform,program,language is.Unicode uses 2bytes to
represent a character

Is This Answer Correct ?    1 Yes 0 No

What is unicode?..

Answer / rohan mendez

Unicode is a Character encoding, which provides a system of numbers to represent characters in a digital device such as computers. java uses UTF-16 encoding scheme of Unicode, which represent each character in one or two sequence of 16 bit bytes, these bytes are called code units.

Is This Answer Correct ?    0 Yes 0 No

What is unicode?..

Answer / guru

unicode is the universal code. In language like java the
applications can be developed in diff types of OS and
deployed in diff OS because of its Portability feature.
Since it is used in various types of OS across the world,
the type of data (eng,latin etc) needs to be stored, in
such situation java uses Unicode instead of ASCII code to
accept the data of different types and used across the world

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Core Java Interview Questions

Can an abstract class have a constructor?

1 Answers   RBS, Wipro,


How many characters is 2 bytes?

0 Answers  


How do I know if java is installed?

0 Answers  


Is null keyword in java?

0 Answers  


What is the final class modifier?

0 Answers  


What is stack example?

0 Answers  


How to set the permissions to a file in java?

0 Answers  


What is main string [] args?

0 Answers  


Why can't we make a class private in java?

0 Answers  


How to split a string in java?

0 Answers  


In which language JVM (Java Virtual Machine) is implemented

5 Answers  


how can you say that java is independ language

2 Answers   TCS, Wipro,


Categories