I am trying to pass 2d array as object in MPJ library but it gives error at this line
Object sendobject = new Object[1];
sendobject[0] = (Object)g.adjMatrix;
//Graph g = new Graph();
// adjmatrix is public member of class Graph having detail of
// connecting nodes to each other
Im currently follow the example of this blog.