Search:

Type: Posts; User: didingnuriska

Search: Search took 0.07 seconds.

  1. Re: Hello! How Can i get my Code to grab a text file?

    you need to show your little work here...
    everyone is have his own problem too...
    you can google i first,
    then code (try and error)...
    and then you can ask your problem if you have...
    #no...
  2. Replies
    1
    Views
    1,685

    Commercial Java

    I want to know what is everything that we will need to sell the java app (desktop based or web based product, etc)..
    - what is the market, how?
    - what is type of product?
    - security...

    Have...
  3. Replies
    16
    Views
    2,128

    Re: Complicated Multithreading

    There is anything wrong when I executed with cmd..
    hmm...
    I think I must tried to restart the laptop and take a review with my code to see what happens...
    thanks norm...
    best regard...
  4. Replies
    16
    Views
    2,128

    Re: Complicated Multithreading

    hello Norm,, sorry for disturb you again...:D
    My program is work now, but I have disturbed by this situation..
    I used NETBEANS IDE 7.2,
    After I run program and then stop them, then I make some...
  5. Replies
    16
    Views
    2,128

    Re: Complicated Multithreading

    hello Norm,, sorry for disturb you again...:D
    My program is work now, but I have disturbed by this situation..
    I used NETBEANS IDE 7.2,
    After I run program and then stop them, then I make some...
  6. Replies
    16
    Views
    2,128

    Re: Complicated Multithreading

    Thanks norm...it's works...
  7. Replies
    16
    Views
    2,128

    Re: Complicated Multithreading

    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */
    package Thead;

    import java.util.Random;
    import java.util.logging.Level;
    import...
  8. Replies
    16
    Views
    2,128

    Re: Complicated Multithreading

    I have tried join all of the group of worker B.
    but that's not work..
    A doesn't go for the next iteration..
    It give me the output like this... ie: number iteration is 5;

    A do iteration...
  9. Replies
    16
    Views
    2,128

    Re: Complicated Multithreading

    yes, but it's not the point...
    like I said before I need the A must wait after all of B task is completed...
    I've tried to use synchronized (in the first post), but it's only running one iteration...
  10. Replies
    16
    Views
    2,128

    Re: Complicated Multithreading

    this is my problem looks like.


    //A code
    for iterationphase
    //somwork like initialized
    for exePhase
    //somework for a couple of B to complete
    end exePhase
    end...
  11. Re: Username/Password Different Classes Java program help

    Sorry for incomplete explanation..
    I think you almost got it..
    but I think you can do this in simple way..
    1 @ case
    ==
    you need to make a boolean function that return true if the...
  12. Replies
    16
    Views
    2,128

    Complicated Multithreading

    Hello there,
    I have a problem when created the "Complicated multithreading (I say)"
    here is it
    The program structure like this
    1. Main thread say MT
    2. A couple of worker say WT

    I WANT to...
  13. Re: [Problem] Receive video stream from the net

    you can use RTP session by using Java Media Framework (JMF), just google it.
    but JMF is the old library, is has limited codec support.
    alternatively you can use FMJ, fobs, or DSJ,,,
  14. Re: Username/Password Different Classes Java program help

    I think you just need one class, ie: User
    make 2 variable username and password as String
    for username (email) validation,
    I think you can go this way,
    you can extract the username variable to...
  15. Replies
    4
    Views
    1,174

    Re: type of technology to develope a site

    For me, I would choose the tech that I never know before..
    It hard for the first time, but I'm sure we'll got a lot benefit..
    :)
  16. Replies
    2
    Views
    1,185

    Re: Get all method of one Object in java

    Yes, I just know about that in a moment.
    thanks Norm.
  17. Replies
    2
    Views
    1,185

    Get all method of one Object in java

    hello there.
    Does anyone know how to get all the method of one Object,
    ie:
    public void extract(Object A){

    // we need to know what class that instantiated object A and all the method...
  18. Replies
    5
    Views
    1,003

    Re: Trouble with comparing variables.

    I think this code work well..
    If s is the guessed number by user for (a+b)?
    so you need to guess the right number for "correct printed"...

    this is my simply test code, and work fine..


    ...
  19. Re: calling up and printing an arrayHistogram

    static method like yours "public static int[] arrayHist(int[] arr)" can be used in a dynamic method main
    you need to change the method like this public int[] arrayHist(int[] arr)
    and then you can...
  20. Replies
    1
    Views
    812

    Indonesian

    Hi there...
    I'm Diding, and I'm Indonesian
    nice to see you..:)
  21. Replies
    5
    Views
    1,103

    Re: Hello Gurus - Pls advise me!!

    I think you must design the business rule first.
    Then you need to define how data is modeled (ER),
    simply use Relational Database Concept, and I suggest to use MySQL for DBMS, its free and simply....
Results 1 to 21 of 22