Why is the size of char data type equals to 2 bytes in Java compare to C language?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Trainer

C is a very old language and that time 1 byte was thought to be sufficient to define any character. That's why the primary C standard defines character with 1 Byte. 1 Byte can store only 256 characters. This includes Engish letters (both captital and small), digits and some special sysmbols. But...
read more
C is a very old language and that time 1 byte was thought to be sufficient to define any character. That's why the primary C standard defines character with 1 Byte. 1 Byte can store only 256 characters. This includes Engish letters (both captital and small), digits and some special sysmbols. But at the time of invention of Java, extended character set or Unicode was created (approximately in 1987) to be compatible for future extension. It defines 2 Byte character which can represent 65536 characters. This includes Engish, French, Spanish, Hindi, Bengali and many languages around the world. Java uses this standard for definition of character. read less
Comments

Trainer

C is UTF-8 where as java is UTF-16 where UTF-16 unit required 16 bits i.e 2 byte where as in UTF-8 compiler needs 8 bits.
Comments

Related Questions

Can a functions return more than one value at a time?
Actually functions does n't return more than one value. But you can achieve it by returning data structure (i.e.structure,array)
Lamaan
0 0
7
What is a local block in C programming?
the statements within the braces { } is known as local block
Rakhi
0 0
6
Which websites are best to learn C programming?
Geek for Geeks and programiz etc
Ritu
0 0
5
How do we print something, e.g. my name, in C language without using the printf function?
int main() { char str1; char str1; strcpy (str1,"tutorialspoint"); strcpy (str1,"compileonline"); puts(str1); puts(str1); return (0); } Compile and run the above program to produce the following result tutorialspoint compileonline
Praveen
0 0
6
What is meaning of & in c language?
In the C family of languages, &x means “the address of x” and *y means “the value at the address y”.
Khushwunder
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Tress And Its Traversal
Depth First Traversals:(a) Inorder (Left, Root, Right) : 4 2 5 1 3(b) Preorder (Root, Left, Right) : 1 2 4 5 3(c) Postorder (Left, Right, Root) : 4 5 2 3 1 Trees are one of the data structures like...

C Program-Prime Number
/*WAP to print a number entered by the user is prime or not*/ //Header files #include<stdio.h>#include<conio.h> //Main function void main(){ int num,i; //Function for clearing screen clrscr();...

What is a Programming Language
What is a Language? Language is a communication system of human. What is a programming Language? A programming Language is a formal constructed language design to communicate...

Operators in C
Operators in C Operator: An operator is a symbol that tells the compiler to perform certain mathematical or logical calculations. Operators are used in programs to manipulate data and variables. The...

How do i get best Campus / Off Campus Placement?
Companies are looking for Skilled Freshers. So build your technical skills while doing MCA / BTech / BCA / BSc (IT or CS) into below areas- 1. Strong your programming & debugging skills ...

Recommended Articles

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you