JAVA

12345678910
Across
  1. 2. This type conversion, the data gets converted to a type as specified by the programmer
  2. 5. These literal can take only one of the two boolean values represented by the words true or false
  3. 6. OAK was renamed
  4. 7. It translates a program into machine language or low level language
  5. 9. It is a portable language and can be executed by an JAVA supported browser
Down
  1. 1. The act of acquiring the properties from an existing class
  2. 3. It is the set of instruction and statement written by computer programmer using the programming language to find the solution of a problem
  3. 4. They are used to name things like classes, objects
  4. 8. These data types are the basic or fundamental data types used to declare a variable
  5. 10. It is the smallest element of a program that is meaningful to the compiler