Java Programming Language Crossword Puzzle

Download and print this Java Programming Language crossword puzzle.

Java Programming Language Crossword Puzzle

PDF will include puzzle sheet and the answer key.

 

Browse all Computers / IT Puzzles

QUESTIONS LIST:

  • string builder : creates mutable (modifiable) string.
  • jdbc : java api to connect and execute query with the database
  • java c : name of the java compiler
  • flow layout : arranges the components in a line, one after another
  • overloading : multiple methods having same name
  • byte code : instruction set of the java virtual machine (jvm).
  • polymorphism : when one task is performed by different way
  • interface : has static constants and abstract methods.
  • container : component in awt that can contain another components
  • applet : program that is embedded in the webpage
  • variable : a name of memory location
  • exception : an abnormal condition.
  • stream : sequence of data.