Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Re: how can i pass objects into a parameter and display them in the method

    The way to get better and learn is to write lots of code.
    One practice that is useful is to compile frequently. Type in some code and compile it, fix the problems and continue. Don't type in too...
  2. Re: how can i pass objects into a parameter and display them in the method

    You can not define one method within another. There must be an ending } for the main() method BEFORE you can define another method: displayObject()


    Where are the class definitions for Dog, Cat...
  3. Re: how can i pass objects into a parameter and display them in the method

    If you don't post the errors you are getting how do you expect anyone to help you solve the problem?
    We expect you to write your code. If you have problems we'll help you solve them.
  4. Re: how can i pass objects into a parameter and display them in the method

    Please post the full text of errors you are getting.


    You would use the print or println methods to display Strings on the console. The contents of the objects must be converted to Strings to be...
  5. Re: how can i pass objects into a parameter and display them in the method

    Please explain what your problem is? Where are you stuck?
  6. Re: how can i pass objects into a parameter and display them in the method

    Do you have a question or problem? Please explain.
Results 1 to 6 of 6