I would expect the output to be a compilation error.
Java is case sensitive and you have made some errors with your case when referring to your classes.
Also note that by convention classes in Java should start with a capital letter, and variable and method names should start with a lower case letter.
But assuming you fix the compilation error what do you expect the output to be? Have you tested it to see if you're right?