Notice: Undefined offset: 14213676 in /var/www/html/qa-external/qa-external-users.php on line 744
How to make a Java class into a file? - OnlineGDB Q&A
Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How to make a Java class into a file?

+1 vote
asked Sep 9, 2019 by to_Bewilder (120 points)
I know I can't use two classes in the same file, but how would I save and import those files?

1 Answer

0 votes
answered Apr 14, 2025 by (140 points)
save your file in the name of your public class, and other classes must not be made public in the same file.
In this way, you can use two or more classes as well as save your file in the name of your main(public) class
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...