java技术博客

jsp博客
数据加载中……
BasicTypeTest.java
/**
*测试基本类型的类型转换
*/

public class BasicTypeTest{
public static void main(String[] args){
int a=10;
long b=a;
System.out.println(
"the value of b is "+b);
}

}

posted on 2008-10-22 23:38 郭兴华 阅读(68) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航: