疯狂java讲义第七章补充习题第11题答案
11、使用Date类的各种方法 after() before() clone() compareTo() -1 、0 、 1 equals() 如果时间相同就会返回true; getTime() setTime() from() 涉及到Instant类,暂时先放着
import java.util.function.*;
import java.util.stream.*;
import java.util.*;
import java.math.*;
public class Test
{
public static void main(String[] args) throws Exception
{
//Date类
//构造器
Date date = new Date();
System.out.println(date);
Date date2 = new Date(100)
版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/10065.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论