搜索资源列表
JsonUtil
- Java编写的处理JSON字符串的util类-Written in Java JSON string handling util class
exception
- * 自定义两个exception exception类 *编写一段程序使用这两个类:从标准输入读入字符串, *当字符串为空时抛出一 个exception, *当字符串包含阿拉伯数字 时抛出另一个exception;捕获exception -* Custom two exception exception class* write a program to use these two categories: the string read the standard inp
Phonenum
- 实现一个表示电话号码(要求带有区号和号码,如 010-68911205)的 Phone 类,其中某个构造函数的参数应为表示电话号码的字符串。要求实现相应的 set 和 get 函数来分别设置及获取电话号码中的区号(area,如 010)和号码(number, 如 68911205),重写 Object.toString( )函数打印出整个电话号码。(提示:可使用 String.indexOf( )和 String.substring( )等函数)-Implement a said