Simple types / Date and time

import java.util.*;

Date now = new Date();

System.out.println(now);