Game Preview

Introduction to Java

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