Search:

Type: Posts; User: JavaPF

Search: Search took 0.09 seconds.

  1. Replies
    18
    Views
    3,202

    Re: New to Java/struggling with arrays

    It will take time to sink in. Classes and Objects are the base of Object Oriented Programming.

    Spend some time to read through the Sun Java tutorials about Classes and Objects. Even if you have...
  2. Replies
    18
    Views
    3,202

    Re: New to Java/struggling with arrays

    Yeah the reason it looked hard was because they used a different method of array.

    As far as im aware, there is no difference in performance between the for and for-each loop. But if you want to...
  3. Replies
    18
    Views
    3,202

    Re: New to Java/struggling with arrays

    ah yeah I can see why you would think this code is more complicated when it actually isnt.

    This is still a String array and for loop printing its content.

    Array values can be stored like...
  4. Replies
    18
    Views
    3,202

    Re: New to Java/struggling with arrays

    Its good to write code that will help you learn different aspects of Java.

    Do you feel you understand arrays enough now?

    How are you with the different loops? for loop, while loop etc?

    You...
  5. Replies
    18
    Views
    3,202

    Re: New to Java/struggling with arrays

    Its no problem Fendaril... Thats what we are here for :)

    How do you mean by exercises? Are you looking for inspiration in what to code or are you looking for step by step instructions you can...
  6. Replies
    18
    Views
    3,202

    Re: New to Java/struggling with arrays

    Java is powerful. You would need some really heavy code to slow down your program by a noticable amount. You do not need to worry too much.



    You must use the correct variable for whatever...
  7. Replies
    18
    Views
    3,202

    Re: New to Java/struggling with arrays

    I'm glad that ebook has helped you. There is lots of useful information in there!

    Check this link out and read about what an Object is.

    What Is an Object? (The Java™ Tutorials > Learning the...
  8. Replies
    18
    Views
    3,202

    Re: New to Java/struggling with arrays

    Hey Fendaril,

    Its my pleasure.

    I know the feeling.. Its quite daunting when first starting to write Java code. It seems like there is soooo much to learn.

    What I would suggest is that...
  9. Replies
    18
    Views
    3,202

    Re: New to Java/struggling with arrays

    Hello Fendaril,

    Welcome to the Java Programming Forums :)

    copyFrom and copyTo are actually just variable names. These are unique names you declare to your variables in order to identify them...
Results 1 to 9 of 9