View Single Post
  #2 (permalink)  
Old 11-24-2009, 02:42 AM
Fubarable's Avatar
Fubarable Fubarable is online now
Moderator
 
Join Date: Jun 2008
Posts: 6,450
Rep Power: 8
Fubarable is on a distinguished road
Default
try
Code:
    byte[] asciiBytes = {72, 69, 76, 76, 79};
    System.out.println(new String(asciiBytes));
__________________
When posting code, please use code tags so that your code is readable. To do this, place the tag [code] before your block of code and [/code] after your block of code.
How to use Code Tags
Reply With Quote