0
Java DOM Programm stops with big Data
Hello, i created a converter which reads Bills and converts them to XML. i wrote the Xml Part with Java DOM. I know that DOM works on the Ram but what can i do to still be able to Create big data? I wrote the dom in this scheme: //Create document //for{Create Nodes} //Transform // Streamresult
2 odpowiedzi
+ 1
It may be because of exceeding time limits... Sololearn's coding playground creates time limits to make sure your code is as efficient as possible.... Try other compilers like Dcoder...
0
i made it in eclipse not in the sololearn enviorment :/