创建一个固定时间的Date数据 Date date = new SimpleDateFormat("yyyy-MM-dd").parse("2000-01-01"); //j将一个Date数据写死 java 2023-10-29 162 点赞 2 评论 245 浏览
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 149 点赞 2 评论 225 浏览