Write a java class called date that includes three fields

Assignment Help Computer Engineering
Reference no: EM132200511

Write a Java class called Date that includes three fields year, month and day.

This class stores information about a single date (year, month and day). Your class should have constructor(s), accessors and mutators and it should implement the Comparable interface.

Years take precedence over months, which take precedence over days.

For example, Feb 19, 2016 comes after Nov 20, 2015.

The following class DateTest can be used to test the Date class that you wrote.

It creates a list of the birthdays of the first 5 U.S. presidents in random order and puts them into sorted order.

(Note: you can use Collections.sort() to sort your ArrayList after you implement the compareTo() method).

import java.util.*;

public class DateTest {
public static void main(String[] args) {

ArrayList<Date> dates = new ArrayList<Date>();

dates.add(newDate(4,13,1743)); //Jefferson

dates.add(newDate(2,22,1732)); //Washington

dates.add(newDate(3,16,1751)); //Madison

dates.add(new Date(10, 30, 1735)); // Adams

dates.add(newDate(4,28,1758)); //Monroe

System.out.println("birthdays = " + dates);

Collections.sort(dates);

System.out.println("birthdays = " + dates);

}

}

When you execute the following code it should print:
birthdays = [4/13/1743, 2/22/1732, 3/16/1751, 10/30/1735, 4/28/1758]

birthdays = [2/22/1732, 10/30/1735, 4/13/1743, 3/16/1751, 4/28/1758]

Reference no: EM132200511

Questions Cloud

Explain the common ion effect : Explain the common ion effect. Explain the relationship between Ka for an acid and Kb for its conjugate base.
Write a java program to accept positive integers from user : Write a Java program to accept positive integers from the user at the command line. The user can enter as many integers as they like. Use -1 as a sentinel.
Equilibrium concentrations in a chemical reaction : List the steps and explain how to solve for equilibrium concentrations in a chemical reaction by creating a table of initial and final
Suggestions for learning basic chemistry : When studying for the HESI exam, the nursing school entry exam, I'm having an issue with the chemistry section as it's the only class
Write a java class called date that includes three fields : Write a Java class called Date that includes three fields year, month and day.
Internal standards used in chemical analysis : Why is the method of standard addition or internal standards used in chemical analysis? What is the difference between the two?
General type of chemical concentration using chemical : How do you calculate/what formula do you use when trying to determine any general type of chemical concentration using chemical stoichiometry?
Write a java code to initialize a 2-d array of integers : Write a Java code snippet to declare and initialize a 2-dimensional array of integers, 10 rows and 10 columns.
Convert molarity to mass percentage : How do you calculate/what formula(s) do you use when calculating the mass of solute/solvent in a given solution, determine final molarity after several dilution

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd