Java True False Questions

  1. Java programming is not statically-typed, means all variables should not first be declared before they can be used.
    1. True
    2. False
Answer :
B
Explanation:
Added By : Deeksha

  1. In Java SE 7 and later, underscore characters "_" can appear anywhere between digits in a numerical literal
    1. True
    2. False
Answer :
A
Explanation:
Added By : Deeksha


  1. Variable name can begin with a letter, "$", or "_".
    1. True
    2. False
Answer :
A
Explanation:
Added By : Deeksha

  1. Interfaces can be instantiated.
    1. True
    2. False
Answer :
B
Explanation:
Added By : Prashant

  1. The modifiers public and static cannot written in either order "public static" or "static public".
    1. True
    2. False
Answer :
B
Explanation:
Added By : Prashant

  1. A .class file contains bytecodes?
    1. True
    2. False
Answer :
A
Explanation:
Added By : Prashant


  1. James Gosling is father of Java?
    1. True
    2. False
Answer :
A
Explanation:
Added By : Prashant

  1. Java technology is both a programming language and a platform.
    1. True
    2. False
Answer :
A
Explanation:
Added By : Prashant

Post Your Question
Social Sharing
Search