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 i save or in what name i can save a javapgm

+3 votes
asked Apr 17, 2025 by Renjini Rajappan (150 points)

2 Answers

0 votes
answered Apr 18, 2025 by Peter Minarik (101,420 points)
I'm not quite sure what you're after.

You can save your projects with the SAVE button, 4 buttons to the right of the green RUN button. Make sure you're logged in!
0 votes
answered Apr 19, 2025 by cpp guy (1,020 points)

here are the primary file extensions:

• .java : the source code for Java files

• .class : the representation file for a compiled Java file

if you need more, just let me know

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.
...