创建一个固定时间的Date数据 Date date = new SimpleDateFormat("yyyy-MM-dd").parse("2000-01-01"); //j将一个Date数据写死 java 2023-10-29 49 点赞 0 评论 74 浏览
overloading and overriding What is the difference between method overloading and method overriding in Java?Differences between method overloading and overriding are:Method overloading is static polymorphism. Method overri... runtime 2023-10-02 41 点赞 0 评论 62 浏览