使用Date类的compareTo()方法进行比较。
使用Calendar类的before()和after()方法进行比较。
使用SimpleDateFormat类将时间转换为毫秒数进行比较。
使用Instant类的isBefore()和isAfter()方法进行比较。
使用LocalDateTime类的isBefore()和isAfter()方法进行比较。