Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Question about Java School Assignment

  1. #1
    Junior Member
    Join Date
    Dec 2023
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Question about Java School Assignment

    I was assigned an assignment where I had to simulate airport control tower with arrivals and takeoffs. You can see the attached file for more information. I am not asking anyone to write code, I just want to know what it means when a plane arrives and takeoffs. For example, when a plane arrives, does that mean its flight number is added to the arrival queue and when a plane takeoffs, is its flight number removed from the takeoff queue? Wait, how do I attach a file. When I press the button, nothing happens.

  2. #2
    Member Helium c2's Avatar
    Join Date
    Nov 2023
    Location
    Kekaha, Kaua'i
    Posts
    102
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Question about Java School Assignment

    Great question. You might want to be more complex in your approach to the problem. Two ways to look at it. simulator means the actual flight. Airplane flying. That is Java. The other is the flight reservation times and flight #. Which one do you want? Or which problem do you feel is the greater reward? Simulator? Then start with Simulator. And see what you come up with.

    --- Update ---

    You can use mySQL if you're working with reservations. Simulator on your database will also work well with Java. They use an application for that part. There is no browser here you'll be usin. Just the program java.

Similar Threads

  1. School Assignment help
    By mattmattmatt in forum AWT / Java Swing
    Replies: 0
    Last Post: April 17th, 2014, 03:21 PM
  2. Java assignment school
    By Ur Nerd in forum Paid Java Projects
    Replies: 3
    Last Post: September 7th, 2013, 03:22 AM
  3. Simple java beginners question (for school)
    By Jeesie in forum Java Theory & Questions
    Replies: 5
    Last Post: November 7th, 2012, 06:32 PM
  4. School Assignment AHH!
    By Europa in forum Loops & Control Statements
    Replies: 8
    Last Post: January 20th, 2012, 09:19 AM
  5. Java program for to implement supermarket menu
    By 5723 in forum AWT / Java Swing
    Replies: 1
    Last Post: April 14th, 2009, 03:14 AM

Tags for this Thread