Tag: programming languages

Questions Related to programming languages

List mylist = new ArrayList(); mylist.add(5); If you compile this lines in JAVA 1.5 , it will give compilation error.

  1. True

  2. False


Correct Option: B