I come from the C# world, so not too experienced with Java yet. I was just told by Eclipse that Date was deprecated:
Person p = new Person();
p.setDateOfBirth(new Date(1985, 1, 1));
Why? And what (especially in cases like above) should be used instead?