A. Map<String, List<String>> category = new HashMap<List> () ;
B. Map<String, List<String>> category = new HashMap<String, ArrayList<String>> () ;
C. Map<String, List<String>> category = new HashMap<>> () ;
D. Map<String, List<String>> category = new HashMap<> () ;
E. Mae<String, List<String>> category = new HashMap<String, List<String>> () ;
F. Map<String, List<String>> category = new HashMap<String, List<>> () ;
A. 1 1 1 1 1
B. 0 1 2 3 4
C. 1 2 3 4 5
D. 0 1 2 3 4
A. A compilation error occurs at Line n1.
B. A compilation error occurs at Line n2.
C. The file s in the home directory are instead along with their attributes.
D. All files and directories under the home directory are listed along with their attributes.
A. [Java ME:Jessy: Chicago, ME: Mark: Chicago][Java EF: Helan: Houston]
B. [JavaEF: Helen:Houton][JavaME : Jassy: Chicago, Java ME: mArk: Chicago]
C. Java EEJava XE
D. A compilation error occurs.
A. Compilation fails.
B. word: why word: why what word: why what when
C. word: why what when
D. word: why word: what word: when
A. It accepts one argument and returns void.
B. It accepts one argument and always produces a result of the same type as the argument.
C. It accepts one argument and returns boolean.
D. It accepts an argument and produces a result of any data type.