Search:

Type: Posts; User: Fendaril

Search: Search took 0.07 seconds.

  1. Replies
    18
    Views
    3,187

    Re: New to Java/struggling with arrays

    I havent done anything related to java in 2 days. I got so stressed out and just played games. I feel so incomplete so I am going to do something worthwhile.


    Ok so I think I came upon a good...
  2. Replies
    18
    Views
    3,187

    Re: New to Java/struggling with arrays

    Yes the easy part is over.

    Classes and objects seem to go through one ear and out the other...
  3. Replies
    18
    Views
    3,187

    Re: New to Java/struggling with arrays

    so the reason I thought the candidate program was hard was because of the fact that he used a different method of array?

    would it be more beneficial to create a standard for loop and have it...
  4. Replies
    18
    Views
    3,187

    Re: New to Java/struggling with arrays

    public class Test1{
    public static void main(String[] args){
    String[] names={"bob","jill","frank","stewart","charlie"};
    for(String item: names){
    System.out.println("This name in the array...
  5. Replies
    18
    Views
    3,187

    Re: New to Java/struggling with arrays

    few ideas. Its one thing to know what the code does but a whole different issue of actually coding from scratch. I figured this is the best place to get ideas.
  6. Replies
    18
    Views
    3,187

    Re: New to Java/struggling with arrays

    Thanks. Now one more question.SOrry for all of them. What are good places to do excercises?
  7. Replies
    18
    Views
    3,187

    Re: New to Java/struggling with arrays

    ah you seemed to have misread me.

    I meant this:

    object test= 1234;(Is this more efficient then declaring an int?)
  8. Replies
    18
    Views
    3,187

    Re: New to Java/struggling with arrays

    That e-book on JAVA really cleared up Arrays for me. To tell you the truth I thought that all arrays had to be named "anArrayOfString;". I had no clue that I could name them what I want and...
  9. Replies
    18
    Views
    3,187

    Re: New to Java/struggling with arrays

    Thanks for your help JAVApf. Do you know how I can increase my code time intuitiveness. I practice alot but my mind forgets alot and I cant structure code correctly all the time. thanks in advance.
  10. Replies
    18
    Views
    3,187

    Details about 'CopyTo' of Arrays in Java

    I dont want to make this a lengthy post so I just started to learn JAVA a few days ago so that I could have a better understanding of programming when I get out of highschool.

    I was reading up on...
Results 1 to 10 of 10