Java reserved words

Source: Internet
Author: User

//*********java reserved Words//********* access ControlPrivate                //Privateprotected            //be protected Public                //Public//********* class, method, and variable modifiersAbstract            //declaring abstractionsclass                //classextends                //expansion, inheritancefinally                //Ultimate, non-changeImplements            //ImplementInterface            //Interfacenative                //LocalNew                    //NewStatic                //StaticSTRICTFP            //rigorous, precisesynchronized        //threads, synchronizingtransient            //Shortvolatile            //Easy to lose//********* Program Control Statements Break                //Jump out of the loopContinue            //continue toreturn                //return Do                  //Run while                //Loopsif                    //ifElse                //conversely for                  //Loopsinstanceof            //ExampleSwitch                //Switch Case                //returns the result in the switchdefault                //default//********* error HandlingCatchb//Handling Exceptionsfinally                //There are no exceptions to be executedThrow                 //throws an exception objectthrows                //declares that an exception may be thrownTry                    //Catching exceptions//Package RelatedImport                //introduced Package                //Package//********* Basic TypesBoolean                //Boolean typebyte                //byte typeChar                //Character TypeDouble                //Double Precisionfloat                //floating pointint                 //Integral typeLong                //Long Integer type Short                //Short-integerNULL                //Emptytrue                //reallyfalse                //Fake//********* Variable ReferenceSuper                //Parent class, Super class This                //This classvoid                //no return value//*********java reserved WordsConst                //ConstantsGoto                //Jump

Java reserved words

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.