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