Search:

Type: Posts; User: G-ice

Search: Search took 0.08 seconds.

  1. Re: Java 'tag' variables for synching with a server.

    Maybe this will help you.
  2. Re: What are the rules in using Static Method and Static Variable? HELP!

    Static methods neither require an instance of the class nor can they implicitly access the data (or this, self, Me, etc.) of such an instance. A static method is distinguished in some programming...
  3. Replies
    5
    Views
    2,676

    Re: how to display a bar chart using loops

    Well it's pretty easy to do this task using arrays, but since you don't want to use it you'll have to think some more :)
  4. Replies
    1
    Views
    1,615

    Re: A* algorithm help

    Could you give us the output or the error messages ?
  5. Replies
    1
    Views
    1,695

    Re: How does Java handle the data in Excel sheet?

    We could try looking at your code first, since I didn't really understand your problem. Are you trying to evaluate duplicate content ?
  6. Replies
    2
    Views
    1,832

    Re: How to compile this project inside Eclipse?

    You can either configure your build path or compile each section as an individual project.
  7. Replies
    2
    Views
    1,634

    Re: External libraries

    Have you tried compiling it with a different IDE ?
  8. Replies
    17
    Views
    15,739

    Re: Netbeans vs Eclipse

    It really depends a lot on what are you trying to do. Every tool has its own pros and cons.
  9. Replies
    3
    Views
    1,287

    Re: Constructors: Can Anyone Explain Them to Me?

    Constructors are mainly used to create new objects, and they are one of the most important things in OOP(Object oriented programming). So make sure you read about them a lot.
  10. Thread: quick match

    by G-ice
    Replies
    5
    Views
    1,221

    Re: quick match

    Wasn't really that low when I noticed. Anyway, have a nice day.
  11. Thread: quick match

    by G-ice
    Replies
    5
    Views
    1,221

    Re: quick match

    People these days are getting lazier and lazier...
  12. Thread: find an error

    by G-ice
    Replies
    3
    Views
    1,006

    Re: find an error

    My guess is, he is trying to calculate how many even numbers there are between 50 and 80, but the thing is, you need to use different type of the variable i, because int can only be a full number,...
  13. Thread: Guessing Game

    by G-ice
    Replies
    7
    Views
    1,315

    Re: Guessing Game

    Hello loreneli113,
    The thing you need is called a cycle. More about the types of cycles you can read here.
  14. Replies
    4
    Views
    1,232

    Re: Output is Wrong .How to fix it?

    Since we don't know what you're expecting, and you don't provide any feedback, the only bad thing I see here is that B extends A and it has the same variable.
Results 1 to 14 of 14