Header Ads Widget

Ticker

6/recent/ticker-posts

Reserved Words Java In Hindi - Java Keywords Literals

Reserved Words Java In Hindi - Java Keywords Literals


java में कुछ reserved words होतें हैं जिसका कुछ predefined meaning होता है .इसीलिए इसे आप variables,methods,classes के नाम केलिए use नही कर सकते हैं .

total reserved words 53 है इसे आप दो भाग में divide किया गया है -

1-Keywords(50)

2-Reserved Literals(3)

1- Keywords(50) को दो भाग में  divide क्या  गया है -

i-Used Keywords(48)

ii-unused Keywords(2)

2-Reserved Literals(3) को दो तिन भाग में divide क्या गया है .

i-true

ii-false

iii-null

Reserved words for data types(8)

byte,short,int,long,float,double,char,boolean

Reserved words for flow control(11)

if , else , switch ,case , default ,for ,do ,while ,break ,continue ,return

Keywords for modifiers(11)

public , private , protected , static , final ,abstract , synchronized , native  , strictfp , transient , volatile

Keywords for exception handling(6)

try , catch , finally , throw , throws , assert

Class Related Keywords(6)

class , package , import , extends , implements , interface

Object Related Keywords(4)

new , instanceof , super , this

Void Return Type Keyword

यदि एक method कुछ भी return नही करता है तो compulsory void return type declared होना चाहिए .

Unused Keyword

goto-यह old languages में बहुत problem create करता था इसीलिए यह keyword java में banned है .

Const-java में इसके जगह final use किया जाता है .

यदि आप गलती से भी इसे program में use किया तो आपको compile time error देखायेगा .(Reserved Words Java In Hindi - Java Keywords Literals)

Reserved Literals

true and false boolean डाटा type केलिए use किया जाता है .

null-object reference का default value है .

Enum

group of constants को यह keyword defined करता है .

example-

enum beer{

king fisher,royal challenge ,fosters;

}

आपको कुछ भी problem ही java से जुडी जानकारी से तो आप हमें comment section में comment कर सकते हैं .में अभी एक software developer हूँ मुझे पता है आपको कैसा पढना है .यह था आज का टॉपिक reserved keywords के बारे में .उम्मीद करता हूँ आप लोगो को यह आर्टिकल पसंद आया होगा यदि आया है .

तो आपके दोस्तों के साथ शेयर करें .

More Articles

Post a Comment

0 Comments