Is there some way to store a text file in Sololearn coding space to read it in a program? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Is there some way to store a text file in Sololearn coding space to read it in a program?

I am trying to make a word game in java for which I need a dictionary of words. I have all the words in a file in my system and simply use a Scanner and File object to read them. But I could not find any way to store a text file here. I would appreciate if someone could give me an idea of how to do this in Sololearn coding space.

14th Jun 2017, 3:44 AM
Tanay Pande
Tanay Pande - avatar
1 Antwort
+ 2
You cannot store file on sololearn server in another way of code through playground interface ^^ Anyway, you could access internet, so you surely have a way to do a request for a file hosted on internet ;)
14th Jun 2017, 3:52 AM
visph
visph - avatar