Java Language Basics

Programming Language > Java Programming Language

Assess your understanding of the basic concepts of Java programming language with these multiple choice questions. Strengthen your foundation in Java and become a proficient developer. Take the quiz now! ➲ Java Language Basics - Quiz


  • A Source Code
  • B .Obj
  • C .Exe
  • D Bytecode
  • A jar
  • B javac
  • C javadoc
  • D java
  • A java
  • B rmic
  • C javadoc
  • D javac
  • A appletshow
  • B appletviewer
  • C appletwatcher
  • D appletscreen
  • A javahelp
  • B javamanual
  • C javadoc
  • D none of these
  • A Java Archive Runner
  • B Java Archive
  • C Java Application Runner
  • D none of these
  • A javac -verbose TestExample.java
  • B javac -debug TestExample.java
  • C javac -detail TestExample.java
  • D None of these
  • A boolean
  • B finalize
  • C assert
  • D abstract
  • A instanceof
  • B emun
  • C strictfp
  • D transient
  • A True
  • B False
  • A //
  • B /**
  • C /*
  • D None of these