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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of parsers are there?

978


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

2377


Why does java have two ways to create child threads? Which way is better?

1002


Can we able to pass objects as an arguments in java?

982


Write a program to search a number in the given list of numbers.

1000


Explain the difference between runnable and callable interface in java?

1018


Can anonymous class have constructor?

989


Does printwriter create a file?

924


Can two objects have same hashcode?

959


What is public static void main?

1063


Why char array is favored over string for the storage of passwords?

1019


Is linked list a linear or non-linear data structure?

930


What are new features introduced with java 8 ?

947


What is difference between array and arraylist in java?

953


What is the use of static methods?

1007