云南大学软件学院JAVA实验四

整理文档很辛苦,赏杯茶钱您下走!

免费阅读已结束,点击下载阅读编辑剩下 ...

阅读已结束,您可以下载文档离线阅读编辑

资源描述

云南大学软件学院实验报告姓名:王增伟学号:20111120083班级:软件工程日期:2014.10.15成绩:JAVA实验四一、实验目的:FundamentalProgrammingStructuresinJava:Strings二、实验要求:1.WriteaprogramcalledString1.javaanddothefollowing:CreateaStringobjectthatacceptsinputfromtheuser.ReferencingtheJDKdocs,execute2differentmethodsontheString.Printtheresultsofthemethods.2.WriteaprogramcalledStringBuffer1.javathatdoesthefollowing:CreateaStringBufferobject.ReferencingtheJDKdocs,execute2differentmethodsontheStringBuffer.Printtheresultsofthemethods.3.WriteaprogramcalledStringTokenizer1.javathatacceptsastring,looksforcommaswithinthestring,andbreaksthestringupintothepartsseparatedbythecomma.Forexample,thestringKunming,Yunnan,Chinawouldreturnthreestrings:String1=KunmingString2=YunnanString3=China三、实验内容:1.String1.java代码如下:结果显示:2.StringBuffer1.java代码如下:结果显示为:3.StringTokenizer1.java结果显示为:四、实验总结:本次实验通过运用字符串的部分函数,进一步的熟练了对字符串的使用。字符串的使用中要区分中文和英文标点。指导教师签名:

1 / 4
下载文档,编辑使用

©2015-2020 m.777doc.com 三七文档.

备案号:鲁ICP备2024069028号-1 客服联系 QQ:2149211541

×
保存成功