Question:
Is it possible to have more than one class in the same file ?
Answer:
Yes. The file Foo.java may contain several class declarations, but amongthem must be a public class named Foo. No other classes in Foo.java shouldbe declared public.
Home » More than One Class in Same File?
Question:
Is it possible to have more than one class in the same file ?
Answer:
Yes. The file Foo.java may contain several class declarations, but amongthem must be a public class named Foo. No other classes in Foo.java shouldbe declared public.