Hello, there is note in standard library, in java...
# getting-started
r
Hello, there is note in standard library, in java.net.URL readText method, that it's not recomended for huge files. What is the approximate size of huge file? Is it because it will load everything to memory?