CROSSWORD PUZZLES IN JAVA

12345678910111213141516
Across
  1. 2. which error there is no way for the compiler to detect them ?
  2. 6. Converting a primitive type data into its corresponding wrapper class object instance is called
  3. 7. Which of these keywords can be used to prevent inheritance of a class?
  4. 10. Which of these keywords is used to define interfaces in Java?
  5. 11. Java is known as stage language
  6. 12. AppletViewer tool is available in which of the folder of JDK?
  7. 15. Which of the following is a method having same name as that of it’s class?
  8. 16. All raw data types should be read and uploaded to the database as an array of
Down
  1. 1. Which command is used for interpretation of java program
  2. 3. Which allows you to migrate your implementations over time without breaking the code that depends on the public interface of your classes?
  3. 4. Process of creating exact copy of the existing object is called
  4. 5. Which of these keywords cannot be used for a class which has been declared final?
  5. 8. Which of these interface is implemented by Thread class
  6. 9. Which of these function is used to allocate memory to array variable in Java?
  7. 13. Which of the following class is not included in java.lang?
  8. 14. What is the return type of a method that does not returns any value?