I am parsing huge xhtml files and trying to play around with the contents in it. Basically the words in it, their position, etc. I tried using HashMap, ArayList, etc. All of them return OutOfMemory after loading data 130347. What data structure can be used to store huge data in JAVA.
Consider using a SAX parser; this is less memory intensive.
, , . , , , .. (, , , , .)
SAX, , . , , xml, , , .
. , , , - .
tomcat/eclipse, : Eclipse "Java Heap Space" " "
. , , , . PostgreSQL, MySQL, HSQLDB, .
Source: https://habr.com/ru/post/1744217/More articles:Netstat -ban (or -oan) equivalent in .NET. - c #HTTP POST protocol used to access path '/ Documents / TestNote / Documents / AddNote' is not allowed - jsonUserControl custom property not set using XAML DataBinding in Silverlight 4 - data-bindingBlock a thread using something other than an object - c #ASP.NET MVC two user controls - asp.net-mvcResize columns in NSOutlineView without displaying headers - objective-cAndroid - getTabHost () - undefined - javaHow to load parent element header in Drupal - phpWhat is the best prctice to use security in JAX-WS - securityWhat is an SQL statement that removes duplicates but retains additional column data? - sqlAll Articles