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 -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -