Tag: technology

Questions Related to technology

  1. mkdir -p x/y x/y/z

  2. mkdir -r x/y x/y/z

  3. mkdir x x/y x/y/z

  4. mkdir -x x/y x/y/z


Correct Option: A,C

java.lang are the implicit packages that need not get imported into a class file

  1. True

  2. False


Correct Option: A

Any object can be cloned

  1. True

  2. False


Correct Option: B