I have the following code and I can not print the ID of the Thread, just the size. How do I print the thread array ID?
public class MultiplicacaoMatrizesThread {
// Matriz A
public static int a[][] = { { 5, 4 }, { 3, 3 }, { 2, 4 } };
// Matriz...
asked by
15.03.2016 / 17:41