Tuesday, December 10, 2024
Java Keywords

Java Keywords

Java Keywords को reserved words के रूप में भी जाना जाता है। Keyword particular words हैं जो code की key के रूप में work करते हैं। ये java द्वारा predefined words हैं इसलिए इसे एक variable or object name के रूप में use नहीं किया जा सकता है।

List of Java Keywords

Java keywords or reserved words की एक list नीचे दी गई है:

  1. abstarct: इसका use Java Abstraction के लिए होता है |
  2. assert: assert statement के लिए use होता है | इससे debugging और testing में help होती है |
  3. boolean: boolean के लिए ‘true’ और ‘false’ ये values है |
  4. break: Loop को break करने के लिए use किया जाता है |
  5. byte: Numeric type के variable को declare करने के लिए use होता है | ये integer के 8-bits hold करके रखता है |
  6. case: Switch case statement को use करने के लिए होता है |
  7. catch: throw से exceptions handle करने के लिए use होता है |
  8. char: character variable declare करने के लिए use होता है |
  9. class: classes को declare करने के लिए use होता है |
  10. const:const ये एक स्थिर variable के लिए use होता है |
  11. continue: Loop को iterate किया जाता है |
  12. default: Switch case statement के लिए use होता है |
  13. do: एक loop का type है | जिसके साथ while loop को use किया जाता है |
  14. double: floating-point data-type है |
  15. else: if के साथ statement को use किया जाता है |
  16. enum: Enumeration data type का ‘Keyword’ है |
  17. extends: Inheritance के लिए use किया जाता है |
  18. final: variable, class और method के साथ use किया जाता है |
  19. finally: try और catch के साथ exception handling के लिए use किया जाता है |
  20. float: Floating-point variable को declare करने के लिए use होता है |
  21. for: Loop का एक प्रकार है |
  22. goto: एक statement है , जिसमे label होता है |
  23. if: एक statement है | जिससे condition सही है या गलत इसका पता चलता है |
  24. implements: interfaces को implements करने के लिए use होता है |
  25. import: packages को import करने के लिए use होता है |
  26. instanceof: instanceof operator का use run-time पर object का type; check करने के लिए होता है |
  27. int: integer variable को declare करने के use होता है |
  28. interface: ये एक pure abstarct class है |
  29. long: long integer variable को declare करने के use होता है |
  30. native: ये एक method specifier है |
  31. new: class का object ये instance create करने के लिए use होता है |
  32. package: packages को declare करने के लिए use होता है |
  33. private: ये एक access spacifier है |
  34. protected: इसे inheritance के लिए use किया जाता है |
  35. public: ये एक access specifier है |
  36. return: value को return करने के लिए use किया जाता है |
  37. short: short integer variable को declare करने के use होता है |
  38. static: Variable के method के लिए use किया जाता है |
  39. switch: एक से अधिक condition का statement है |
  40. synchronized: class के एक ही thread को access करने के लिए use होता है |
  41. this: current object को refer करने के लिए use किया जाता है |
  42. throw: Exception Handling के लिए use किया जाता है |
  43. throws: ये भी Exception Handling के लिए use होता है |
  44. try: exception Handling के लिए use किया जाता है |
  45. void: ये कुछ भी return नहीं करता |
  46. while: ये एक loop का type है |
Tags: , , , , ,
Avatar
My name is Yash Pogra and I am the chief blogger at Codeash and where I like to share my internet/tech experience with my online readers on this website. I have been a webmaster from 2015 which is when I had registered my first company by the name Codeash. I have ventured into different online businesses like offering SEO Services, website development services.

Related Article

0 Comments

Leave a Comment