这是java 2应用开发指南这本书上所有例子的源代码

源代码在线查看: reverse.java

软件大小: 320 K
上传用户: mengcong18
关键词: java 应用开发指南 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				//reverse.Java
				public class reverse
				{
					public static void main(String args[])
				   {
					StringBuffer sf1=new StringBuffer ("This is the first string");	  ;
					System.out.println("sf1 ="+sf1.reverse());
				   }
				}
							

相关资源