I am new to java world. I created a simple java (maven) project and I see packages and everything works fine. However, I see src with two empty main and test folders. Any idea why?

EDIT: Adding More Information to the Answer The answer below is ideal. However, having worked a little more, I found a more compelling reason why this is shown in the eclipse.
If the folder is in the "Java build path", these folders will be shown above in a specialized view. Thus, you can create any folder, and as soon as you add this folder to the "Java build path", the appearance of this folder will change. The same thing, if you delete an existing folder from the "Java build path", then it seems to be returned as a regular tree view below.
java maven
Mano
source share