Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What are the keywords which is used internally by java but programmer can't use it?

user-image
Question added by Mohd shahnawaz khan , Associate Project , Cognizant Technology Solution
Date Posted: 2014/01/10
Mohsin Farooq
by Mohsin Farooq , Software Engineer , Bahria Enterprise & Systems Technology

Actually keywords means words which are used internally in Java and hence cannot be used by the programmer. as they are used for special purposes by Java language.

There are50 keywords which cannot be used by programmers, initially they are47 but then some additions has been made in later versions of Jdk and may continue in future also.

Hatim Laxmidhar
by Hatim Laxmidhar , Self Employed , The Way It Works

I am not aware of any such keywords that is internally used by Java but programmer can't user it.

 

However, there are two keywords, const and goto reserved by Java, even though they are not currently used.

More Questions Like This