Search:

Type: Posts; User: Votek

Search: Search took 0.09 seconds.

  1. Replies
    43
    Views
    2,261

    Re: Count out program-- How do i do this?

    This appears to be some sort of assignment. Since this is the 'What's Wrong With My Code' section, may you provide what you have so far? Still a beginner, but will try to help you to the best of my...
  2. Replies
    4
    Views
    723

    Re: New to the Forums

    Nice to meet you. Looking forward to your progress!
  3. Replies
    2
    Views
    810

    Re: Identifying Hashes Efficiently?

    Thank you for the advice. After testing, is it okay to revert to the original code?

    (Completed project but went back and did suggestion/it worked with MD5's)
  4. Thread: Silly Code

    by Votek
    Replies
    3
    Views
    769

    Re: Silly Code

    Cool program that you made. I have skimmed through your code and have one suggestion.



    int picked = choice.nextInt();


    I would recommend checking the value they entered because an entered...
  5. Replies
    2
    Views
    1,167

    Re: Non parallel and parallel

    Would try to help to the best of my ability, but we received no code to guide you towards solving the problem. As far as I can see, this appears to be a homework assignment.
  6. Replies
    2
    Views
    810

    Identifying Hashes Efficiently?

    Hello,

    Before continuing a task that someone suggested for a mini-project, do you believe there is a more accurate way to identify hashes? Currently, I am using regex + length of hash to give the...
  7. Thread: orbitserver

    by Votek
    Replies
    1
    Views
    693

    Re: orbitserver

    Google'd and found this.

    Hope it helps!
  8. [SOLVED] Re: Static Methods Preventing Usage of Instances?

    Thank you for your time!
  9. [SOLVED] Re: Static Methods Preventing Usage of Instances?

    Tested the error and understand what you meant now.



    Is this the way that is supposed to be done?
    (Apologize if many questions follow.)

    TestClass class (main):
  10. [SOLVED] Static Methods Preventing Usage of Instances?

    Hello,

    Copeg's post towards this thread:


    I created two short classes to sort of find out what this meant, but I feel I do not understand it well enough.

    Test class (main):
  11. Thread: Hello, Everyone!

    by Votek
    Replies
    2
    Views
    690

    Re: Hello, Everyone!

    Thank you for the information.
  12. Re: Having Trouble Linking a method from another class!

    (New to Java and unsure of your error, but going to take a shot at it)

    Norm spoke of static methods above. After learning about static methods previously, I recommend making the inputMemorableWord...
  13. Thread: Hello, Everyone!

    by Votek
    Replies
    2
    Views
    690

    Hello, Everyone!

    Hello,

    My alias is "Votek"/"Karil Votek" (on another forums) and I decided to join Java Programming Forums to seek more knowledge in Java. I plan to do this by learning through projects and...
Results 1 to 13 of 13