Close
Close

Please fill the blanks and help me am stuck

   Codedoubts

import java.util.*;

public class Main

{

public static void main(String [ ] args)

{

//write your code

_______________________; //create list object that accepts only Integer

_______________________; // add 10 in list

Integer a = obj.get(0); // casting is not needed

System.out.println(a);

}

}


Answers

Ask Yours
Post Yours
Write your answer