Friday, November 11, 2011

From C to Java?

in C ; when i have a variable called for example first; i can say 'first' and it returns to me the ASCII of the value of that variable, either it was character,integer,.....; How can i do this in Java (i want a method or a syntax that enables me to get the Unicode value of any Object)

No comments:

Post a Comment