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 |
Is special character in java?
how to write a program for sending mails between client and server
Can a method be overloaded based on different return type but same argument type?
Write a factorial program using recursion in java?
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???
What is return in java?
What is the difference between member variables initialization and assignment in a constructor?
What does sprintf return?
Which data type is a class in java?
is memory to the abstract class allocated ..or objects not instantiated
What language is an assembler written in?
How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.