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
How many types of parsers are there?
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
Why does java have two ways to create child threads? Which way is better?
Can we able to pass objects as an arguments in java?
Write a program to search a number in the given list of numbers.
Explain the difference between runnable and callable interface in java?
Can anonymous class have constructor?
Does printwriter create a file?
Can two objects have same hashcode?
What is public static void main?
Why char array is favored over string for the storage of passwords?
Is linked list a linear or non-linear data structure?
What are new features introduced with java 8 ?
What is difference between array and arraylist in java?
What is the use of static methods?