/** Database implements a database of records */
public class Database
{ private Record[] base; // the collection of records
private int NOT_FOUND = -1; // int used to denote when a record not found
/** Constructor Database initializes the database
* @param initial size - the size of the database */
public Database(int initial_size)
{
if...
User Profile
Collapse
-
How to find data into the class database?
-
electrical started a topic Hi , can you help me to make a main method (test method ) for this application ?in JavaHi , can you help me to make a main method (test method ) for this application ?
/**
* Maintain the appointments for one day in a diary.*/
public class Day
{
// The first and final bookable hours in a day.
public static final int START_OF_DAY = 9;
public static final int FINAL_APPOINTME NT_TIME = 17;
// The number of bookable hours in a day.
public static final int MAX_APPOINTMENT S_PER_DAY =
FINAL_APPOINTME NT_TIME... -
I changed my request and i will post this programming project when i finish.
Thanks!... -
Do you have any answers?
Okay, thanks i will try! And if I have any errors i make any questions.
Thank you very much Dheeraj Joshi .
No activity results to display
Show More
Leave a comment: