/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package program;
/**
*
* @author Administrator
*/
public class BilByte166 {
public static void main(String[] args) {
byte b = 65;
System.out.println(new String(new byte[]{b}));
}
}
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package program;
/**
*
* @author Administrator
*/
public class BilByte166 {
public static void main(String[] args) {
byte b = 65;
System.out.println(new String(new byte[]{b}));
}
}
0 komentar:
Post a Comment