How to save the program written in eclipse?

In Eclipse, program files are stored in project folders. After writing your program, you can save it by following these steps.

  1. Click on the “File” option in the menu bar.
  2. Choose “Save” from the dropdown menu, or use the shortcut “Ctrl + S”.
  3. If it is the first time you save a file, Eclipse will pop up a dialog box asking you to choose the location and filename for the save. Select a suitable location and file name, then click on the “Save” button.
  4. If the file has been saved before, the program file will be automatically saved in the last saved location and file name.

Please note that when you save program files, Eclipse automatically compiles the code and saves the generated compiled files in the “bin” folder within the project directory.

bannerAds