Edit Game
Introduction to Java
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   14  Close
__________ denotes single line comment
\\
BlueJ is a _______________ platform for Java Development Kit
windows
_______________ are non executable statements in Java
Comments
A package can be included in a program by using the keyword _________
import
___________ is the default class of Java
Java.lang
Java package is collection of various ___
Classes
Java interpreter is also known as
JVM
It is a type of java program that can be embedded in a web.
Applets
Java Source Code is converted to this form after compilation stage
Bytecode
A class that is inherited is called a ______ .
Super Class
The program code written in any high level language to solve a problem is______
source code
______allows us to encompass the parent class’ state and behaviours into its child.
Inheritance
Wrapping of data and function together is called
Encapsulation
An act of using essential features without including background details is called_____
Data Abstraction