Search:

Type: Posts; User: elisha.java

Page 1 of 4 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,303

    [SOLVED] Re: Issues with changing values in for loop

    So does that mean you have solved this problem then?
  2. Re: HOW TO USE THE OPERATOR "this" in JAVA(OOP)?

    The this operator is used to refer to the current context - in other words, the object that you are dealing with right now.

    Consider a class called Person that expects some parameters like name,...
  3. Replies
    4
    Views
    1,781

    Re: Dog Tester Class

    I should have mentioned that possibility. Yeah, if he has overridden that method, well and good.
  4. Replies
    4
    Views
    1,781

    Re: Dog Tester Class

    Besides the wrong argument type passed to the setHeight method, what did you expect to be printed out to the screen after calling the System.out.println() method on that dog object? Printing...
  5. Re: ArrayIndexOutOfBoundsException in Shopping Cart Program...Where Did I go wrong?

    Make sure you are not trying to access items that are at negative or non-existent boundaries of the array. Instead of using regular arrays, why don't you try the Java Collection Framework? Good luck
  6. Replies
    1
    Views
    1,378

    [SOLVED] Re: Server/client

    If you are all into accessing files from different locations, try SkyDrive or google docs. You can also connect your computers but he former options are easier. Good luck.
  7. Replies
    6
    Views
    8,645

    Re: Developing Java application for iPad

    Then why are we here? lol. That statement was made obviously on business rivalry. Steve is gone, Java is still alive!
  8. Replies
    4
    Views
    1,686

    Re: Help camparing array elements

    To make your code easy to read and find help, please enclose it with [highlight = java] code here[/java]
  9. Replies
    3
    Views
    989

    Re: Hello everyone

    You are in the right place. Hope you will be better off after learning from this forums.
  10. Replies
    6
    Views
    1,218

    Re: bubble sort problem please help!!

    BUBBLE SORT (Java, C++) | Algorithms and Data Structures

    Check that out and it might help you solve the problem. good luck.
  11. Replies
    6
    Views
    1,381

    Re: What can be accomplished in a year?

    Just half - an hour? What kind of programming will that give you? Unless you write codes without errors that need fixing and takes hours to spot! Anyway, follow your passion! Welcome
  12. Replies
    6
    Views
    1,381

    Re: What can be accomplished in a year?

    Sounds like you have pretty clear goals and a purpose. Welcome to the java forums and hope you learn as much as you can.
  13. Replies
    1
    Views
    1,097

    Re: Please help me with this...

    Please read the forum rules before getting yourself into trouble. Good luck with your assignment. Note: You cannot get other programmers to do your homework and that is part of the policies.
  14. Replies
    3
    Views
    1,281

    Re: Java Serialization question

    You probably know something about making variables static or transient - besides creating your own! I really do not know why you cannot use transient because I thought they created that for that...
  15. Re: What's difference between public class and abstract class?

    There is a very quick and easy way to solve that question: Google. good luck.
  16. Replies
    3
    Views
    1,281

    Re: Java Serialization question

    Roll out your own Serializer and define SerialPersistentFields ...... Good luck and you can read more at
    Java Beginner Tutorial
  17. Replies
    2
    Views
    2,153

    Re: Help merging program code with GUI code

    First, separate your files into two classes. Secondly, using the other class - not the main method, define a Handler class and link it to your members in the same class. Making the inner class...
  18. Replies
    4
    Views
    2,139

    Re: Activities.

    Not to put you down in any way but I think you must understand java before diving into Android development. After you get good with java, you will not have much problems understanding what Android...
  19. Replies
    6
    Views
    1,848

    Re: problem with a maze program

    First, I do not think this program is simple. I do not see the problem with your code and I think you are doing a really cool job attempting to solve it. However, I would suggest reading more on...
  20. Replies
    2
    Views
    1,290

    Re: Hello. I want to learn Java GUI.

    This website should be of great help to you. Check it out and you will be in a better place.
    Java Platform SE 7
  21. Thread: Hi

    by elisha.java
    Replies
    1
    Views
    900

    Re: Hi

    Welcome to the java forums. Just make sure you read the forum rules and utilize these experts fully. You will not be disappointed by them. Have a good time.
  22. [SOLVED] Re: Is there a way to make things happen if a certain text is entered in a TextField?

    I would suggest reading java docs GUI tutorials and methods that fall into that concept. Try something that comes to your mind, if you fail, try again and then post errors you receive here.
  23. Thread: What up?

    by elisha.java
    Replies
    1
    Views
    1,096

    Re: What up?

    Go for it and welcome to the java world.
  24. Replies
    2
    Views
    1,395

    Re: Arrays for mortgage calc

    Do you need arrays to solve this problem at all? Looks like using simple math operations can give you what you need.
  25. Replies
    2
    Views
    1,874

    Re: import, .java files, and jsoup-1.6.1

    Do you need that .jar file if you are just starting java programming? Maybe after you learn the basics of Java, you can then use that jsoup file to download your htmls. Hope you will learn more from...
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4