Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Java Data Structures Getting There Class Review

Tony Anderson
Tony Anderson
1,903 Points

Why don't we replace Class Date using Class Calendar?

I think Class Calendar is more functional than Class Date, and most of methods in Class Date are deprecated. So,why?

1 Answer

João Matos
João Matos
4,967 Points

It's a good question. I think the class Date is more simple, and since the target off this course is people with and without coding experience, the class Date is more appropriate. But the class Calendar is indeed more complete.

Tony Anderson
Tony Anderson
1,903 Points

Thank you for your answer or reply.