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: Main.java expects Person.java behavior to work. How can I solve this?

  1. #1
    Junior Member
    Join Date
    Oct 2021
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Main.java expects Person.java behavior to work. How can I solve this?

    Good afternoon, everybody. The Main class expects the Person class to have a specific behavior, so it will only work if I implement that behavior. What should I put in the Person.java file to make Main.java to run?

    regard
    apksprofree

  2. #2
    Member
    Join Date
    Jul 2019
    Posts
    36
    Thanks
    2
    Thanked 4 Times in 4 Posts

    Default Re: Main.java expects Person.java behavior to work. How can I solve this?

    what is in Main ?

Similar Threads

  1. Is there any intelligent person in the Java programming? plz
    By alaseier in forum What's Wrong With My Code?
    Replies: 17
    Last Post: April 4th, 2024, 06:06 AM
  2. Main.java expects Person.java behavior to work. How can I solve this?
    By joelpub in forum Object Oriented Programming
    Replies: 8
    Last Post: March 6th, 2024, 05:45 AM
  3. Java strange thread behavior
    By Bingo90 in forum Threads
    Replies: 7
    Last Post: October 19th, 2013, 10:53 AM
  4. Replies: 1
    Last Post: September 27th, 2012, 03:55 AM