Java DOM Programm stops with big Data | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

29th Jun 2018, 8:31 AM
Jakub Grucel
Jakub Grucel - avatar
2 Answers
+ 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...
1st Jul 2018, 12:50 AM
Renz Frederick Bañas
Renz Frederick Bañas - avatar
0
i made it in eclipse not in the sololearn enviorment :/
2nd Jul 2018, 6:28 AM
Jakub Grucel
Jakub Grucel - avatar