Category "file-writing"

C# Calculator program reading and writing calculations to a file

I need to be able to save and load answers that are entered by the User in a simple calculator program. Where should I put the code to read and write in the fol

Simple java questionnaire using json

I made a simple questionnaire. I need to write the responses to a JSON file. How to do it? I use IDEA Intellij and library GSON for work with JSON. This is main

What file extensions can be created/written with Java's Writer write() method?

I have a question about Java streams but I can't seem to find the answer in the documentation: What file formats or extensions can be written with java.io FileW