Tag: programming languages

Questions Related to programming languages

  1. sort @a

  2. sort {$1 <=> $2} @a

  3. sort {$a <=> $b} @a

  4. sort {$[0] <=> $[1]} @a


Correct Option: C
  1. interface

  2. class

  3. Object

  4. None of these


Correct Option: A
  1. set

  2. ConcurrentSkipListSet

  3. Hashmap

  4. Queue


Correct Option: B
  1. java.io

  2. java.util

  3. javax.xml.stream

  4. java.io.*


Correct Option: B
  1. Handle with try catch block

  2. Handle with Throwable class

  3. Both of above true

  4. None of above


Correct Option: D