Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Java programming in eclipse question?

1 Answer

Relevance
  • 7 years ago

    When we are writing a java program, if we write the name of a class and put a period right after the name, eclipse shows us the attributes and methods of that class. But for me, it doesn't show anything. My class has methods and attributes but I have to manually put them next to the class name. For example, if I have a class that has an attribute "color" and a method "walk()."

    When I say "cat." eclipse should list "color" and "walk()" but it doesn't. Does anyone know what I can change to fix this?

Still have questions? Get your answers by asking now.