Study

Introduction to Java

  •   0%
  •  0     0     0

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