Search:

Type: Posts; User: curious725

Search: Search took 0.06 seconds.

  1. Re: create a test class (main method) to start(run) the class in Java

    Your answer is better.Thank you
  2. Re: create a test class (main method) to start(run) the class in Java

    Yes,I agree.but what if it is something complicated?
    like this


    package handler;

    import java.io.BufferedInputStream;
    import java.io.DataInputStream;
    import java.io.File;
    import...
  3. create a test class (main method) to start(run) the class in Java

    Maybe I do not understand something.
    So I've created the class in Java, which does some stuff.I need to create a main method or mainClass, that will start(run) my class. (I do not mean JUnit)....
Results 1 to 3 of 3