Definitions
P = the name of the package
C = the name of the class
![]() |
Explanation:
1. Mention which package you are working in. | ![]() |
2. Write the name of the class. Open and close with a curly brace { }
|
![]() |
4. We will work in the start method. | ![]() |
If you combine all those lines you will see that the following skeleton arises. Btw this is the same as the one you see at the top of the page:
![]() |