Java Timestamp before() Method

The before() method of Timestamp class returns Boolean value true if this Timestamp object is earlier than given Timestamp object.

Syntax

Parameters

The parameter 'ts' represents the Timestamp to compare with.

Returns

The before() method of Timestamp class returns :

  • Boolean value true if this Timestamp object is earlier than given Timestamp object.
  • Else, it returns false.

Example 1

Output:

Boolean value returned : true

Example 2

Output:

Reema is greater than Geetanjali