Introduction of Java MCQs Exercise I


Ques 1 Introduction


Java is a.....
  a) Programming Language
  b) Markup Language
  c) Scripting Language
  d) High Level Language


a is the correct option





Ques 2 Introduction


Which of the following is an incorrect option in Java Programming?
  a) Java is a Object Oriented Programming Language
  b) Java is a Portable Language
  c) Java does not having Multithreading
  d) Java having Garbage Collectors


c is the correct option





Ques 3 Introduction


________ are used to execute Java Applications?
  a) JRE
  b) JDK
  c) JVM
  d) All of these


c is the correct option