Dear Java developer,

I am VB.net developer and now i try to study java.
in VB.net, there is a function ChrW() that convert from Unicode code to the Character. ex. ChrW(65) it will return A.
Is there any function in Java similar to this function?

Thirith