My question may be really simple but I just want to know when you would use blank parameters.
Example:
ArrayList<String> list= new ArrayList<String>();
See at the end of the code there are blank parameters. In which situations would you use those blank parameters?