Which is better ascii or unicode?



Which is better ascii or unicode?..

Answer / Ajeet Kumar

Unicode supports a wider range of characters, including multiple scripts, emojis, and symbols, while ASCII only supports a limited set of English characters and symbols. Unicode is generally considered more useful in modern programming.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is special character in java?

1 Answers  


how to write a program for sending mails between client and server

1 Answers   Lampex,


Can a method be overloaded based on different return type but same argument type?

1 Answers  


Write a factorial program using recursion in java?

1 Answers  


when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???

1 Answers   SAP Labs,


What is return in java?

1 Answers  


What is the difference between member variables initialization and assignment in a constructor?

1 Answers   Hexaware, Virtusa,


What does sprintf return?

1 Answers  


Which data type is a class in java?

1 Answers  


is memory to the abstract class allocated ..or objects not instantiated

7 Answers   Synechron, TCS,


What language is an assembler written in?

1 Answers  


How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.

4 Answers   Cap Gemini,


Categories