Hi Folks ,
As I was going through the concept of classes in java..there I read that there should be one public class in source file ...!! My query is that it is mandatory to have only public class in the sourcefile ..what about if I kept several public classes in the sorce file and inside one public class I kept the main() method...will that case work ..!!
