how to convert object to list in java

60

java object into list -

return Arrays.asList(Object);

Comments

Submit
0 Comments