Search:

Type: Posts; User: deitynitros

Search: Search took 0.19 seconds.

  1. Replies
    3
    Views
    1,060

    Re: Task in java with Threads

    package multi_matrices_hilos;

    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;


    public class Multi_MAtrices_Hilos {

    public static...
  2. Replies
    3
    Views
    1,060

    Task in java with Threads

    Hi guys, I have two tasks, when I run the code normally and sequentially, the runtime is faster than 2 Threads which are handling my 2 tasks, why is happening this?, My Teacher told me that Dividing...
Results 1 to 2 of 2