User Profile

Collapse

Profile Sidebar

Collapse
electrical
electrical
Last Activity: Jun 29 '10, 07:43 PM
Joined: Jun 8 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • electrical
    started a topic How to find data into the class database?
    in Java

    How to find data into the class database?

    /** 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...
    See more | Go to post

  • Hi , 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...
    See more | Go to post

  • electrical
    replied to Do you have any answers?
    in Java
    I changed my request and i will post this programming project when i finish.
    Thanks!...
    See more | Go to post

    Leave a comment:


  • electrical
    started a topic Do you have any answers?
    in Java

    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 .
    See more | Go to post
No activity results to display
Show More
Working...