Across
- 2. keyword to inform that the method may throw an exception
- 6. uncaught exceptions are handled by
- 7. to create variable arguments
- 8. maximum no of varargs per method
- 10. function which returns reference of thread from where it is called
- 12. method that wakes up thread that called wait()
- 14. class used for string handling that is thread safe
- 16. every program starts with at least one thread that is
- 17. to declare a variable as a constant
- 19. a.equals(b) return type
- 20. method to check the state of thread whether running or not
- 24. instance variable in a.length
- 26. class used for string handling that is not synchronized
- 28. block which monitors for exception
- 29. interface for implementing multithreading concept
- 30. keyword for Inheritance
- 32. Box b1; b1 is a??
- 34. keyword used for essential global variables
- 35. default access specifier within a package
Down
- 1. block that catches the thrown exception
- 3. equals() check for what equivalence
- 4. super class of all class
- 5. Same method specifications
- 8. final keyword used to prevent (between super and sub classes)
- 9. which methods are used to enable only one thread at a time
- 11. Same method name with different types of argument or return type
- 13. interface can have what variables
- 15. final keyword prevents
- 18. keyword for Interface
- 21. Object of classes
- 22. example method for timed waiting
- 23. interface used for writing and reading objects into/from a file
- 25. type of stream used for binary reading and writing
- 27. Civilized form of goto
- 31. keyword used to call superclass constructor
- 33. method that wakes up all thread that called wait() on same object
