is ArrayList a java library class if not, what is a java library class used to store arrays? -


if is, , wanted store input user array without using java library class, how go doing this? know how use

arraylist< string > items = new arraylist< string >(); 

arraylist part of javas collection framework. instead in search of how use array? may this:

string items = new string[size]; 

but need know how in advance how many items need store.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -