Java Basic

1234567891011121314151617181920212223242526
Across
  1. 2. Checks value only on equal to basis
  2. 4. main method is
  3. 5. Decision making statement
  4. 6. true false value
  5. 8. zero and ones
  6. 9. it is optional in switch statement
  7. 14. Objects are stored in this memory
  8. 16. Inheritance type not allowed
  9. 18. Exit level loop
  10. 19. to find a particular character at given index
  11. 21. Feature-if you know c and c++ u can easily learn java
  12. 22. keyword use to create object
  13. 23. Intermediate code generated by Java Compiler
  14. 25. One of the Feature of java
  15. 26. Type casting does by manually
Down
  1. 1. Non primitive data type
  2. 3. Scanner class is available in this package
  3. 4. not possible to use in java
  4. 7. Program converts line by line into machine code
  5. 10. Java is robust because of ...
  6. 11. Converts Bytecode into Machine code
  7. 12. output of s="Hello" s.subString(0,3)
  8. 13. Type casting does by Compiler itself
  9. 15. To sort array sort method of this class is used
  10. 17. object of the this class is used for input
  11. 20. cannot define ... variable
  12. 24. joins two strings