List<InputStream> pdfs = streamOfPDFFiles;
List<PdfReader> readers = new ArrayList<PdfReader>();
I saw many programmers using this syntax .
I didnt get it?
Can anyone help me to expalin this in detail
ie. <InputStream> what does this mean?
and can i implement this same idea with any other code which is simpler?