The expression __________ returns the current system time and date.
```
a) DateFormat.getDateTime()
b) new Date()
c) DateFormat.getDateTimeInstance()
d) new CurrentDate()
```
b) new Date()
Computer Science & Information Technology