
COmmand c=new Command("Exit",Command.EXIT,100);Please expalin abt 3 parameters.

Hi Friend,
The parameters are: short label, type, and priority
The label is what the application requests to be shown to the user to represent the command.
The type specifies the intent of the command.
The priority is used to describe the importance of the command relative to other commands on the same screen.
For more information,visit the following:
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.