Search:

Type: Posts; User: Zepx

Search: Search took 0.42 seconds.

  1. Replies
    2
    Views
    2,309

    Re: Help understanding this code

    Hi,

    Thanks for the reply. I understand that the other method is to manually add back the 0's from your HashUtility class. However, I'm more keen to understand why the above code, that is, by using...
  2. Replies
    2
    Views
    2,309

    Help understanding this code

    public static String MD5(Object obj) throws java.security.NoSuchAlgorithmException {
    String buffer = obj.toString();
    java.security.MessageDigest digest =...
  3. Re: Help with compilation

    Thanks for the reply. Yep, i indeed have my file named PriorityDemo.java exactly how I typed for the class name. I'm still getting main class not found :(

    my PriorityDemo.java is located in the...
  4. Exception in thread "main" java.lang.NoClassDefFoundError

    Hi,

    I've installed Java Netbeans. Then I tried to compile these piece of code from a book. I got an error. I tried compiling using cmd prompt instead of netbeans. I don't understand why it's not...
Results 1 to 4 of 4