文件名称:StringTest
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
个人原创代码:编写Java Application程序,完成以下功能:
(1)声明一个名为s的String对象,并使它的内容是“My name is Carrol”;
(2)打印整个字符串;
(3)打印字符串的长度;
(4)打印字符串的第一个字符;
(5)打印最后一个字符;-Personal original code: write Java Application, complete the following functions:
(1) declare a String object called s, and that its "My name is Carroll"
(2) to print the entire string
(3) Print the length of the string
(4) to print the first character string
(5) print the last character
(1)声明一个名为s的String对象,并使它的内容是“My name is Carrol”;
(2)打印整个字符串;
(3)打印字符串的长度;
(4)打印字符串的第一个字符;
(5)打印最后一个字符;-Personal original code: write Java Application, complete the following functions:
(1) declare a String object called s, and that its "My name is Carroll"
(2) to print the entire string
(3) Print the length of the string
(4) to print the first character string
(5) print the last character
(系统自动生成,下载前可以参看下载内容)
下载文件列表
本Java程序设计详细要求.txt
StringTest.java
StringTest.java