Possible Duplicate:
How to create ArrayList (ArrayList<T>) from array (T[]) in Java
I have:
String[] time = {"22:22:22","22:22:23"};
Array asd = null;
How can I put something like asd=time ?
I have:
How can I put something like |
|||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
I assume that what you actually need is a Three options:
|
||||
|
|
|
Here is your answer: How to create ArrayList (ArrayList) from array (T[]) in Java
|
|||||
|
|
The You may be looking to use |
|||||||||||
|