I am trying to create a package in Java but the .class is not being created in the folder.
I cannot understand why this is happening.


package mypack;
class Start{
public class...