Paper – 1 1. Which one of these lists contains only Java programming language keywords?class, if, void, long, Int, continuegoto, instanceof, native, finally, default, throwstry, virtual, throw, final, volatile, transientstrictfp, constant, super, implements, do2. Which will legally declare, construct, and initialize an array?int myList [] = {4, 3, 7};int myList [] [] = {4,9,7,0};int [] myList = (5, 8, 2);int [] myList = {3. Which is a reserved word in the Java programming language?subclassesreferencemethodnativeSubmit Share Facebook Twitter Stumbleupon LinkedIn Pinterest