
J2SE习题
无悔_一叶扁舟
人生有一种追求不是功名利禄,而是一生无悔不为昨天而后悔,不为明天而迷茫把握好今天,谨慎的走好人生的每一步
展开
-
J2SE习题(1)
以下为java的一些常见的题1.代码:package cn.wwh.www.exercise;import java.util.Scanner;/** * 类的作用:1.输出N * N的乘法口诀表 * * * @author 一叶扁舟 * @version 1.0 * @创建时间: 2014年9月4日 下午6:09:08 */public class Pri原创 2014-09-06 05:56:19 · 1547 阅读 · 2 评论 -
J2SE习题(2)
第四、五周练习题1.a. Define a class called BlogEntry that could be used to store an entry for a Weblog. The class should have instance variables to store the poster’s username, text of the entry, and th原创 2014-10-12 18:44:40 · 1883 阅读 · 2 评论