Java Date before() MethodLast Updated : 17 Mar 2025 The before() method of Java Date class tests whether the date is before the specified date or not. Syntax:Parameterswhen - a date ReturnIt returns a Boolean value. It will return true if this date is before the specified date otherwise false. ExceptionNullPointerException will be thrown if when is null. Example 1Output: Date 'd' is before Date 'd2' : true Example 2Output: Date 'd' is before 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