Java Date after() MethodLast Updated : 17 Mar 2025 The after() method of Java Date class tests whether the date is after the specified date or not. Syntax:Parameterswhen - a date ReturnIt returns a Boolean value true if this date is after the specified date. Otherwise, returns false. ExceptionNullPointerException will be thrown if when is null. Example 1Output: Date 'd' is after Date 'd2' : true Example 2Output: Date 'd' is after Date 'd2' : false Next Topicjava.util.Date |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India