In: Computer Science
If you wanted to store a birthday within code, what class would you use in Java?
and why??
If you want to store a birt day with in code we need to use calendar class like
We can store birthday with in code using calendar class.
We need to include java. Util.Date it contains all the classes to store date of birth
Or we can go like this