Which Data type should be used to store an HTML Page in JAVA?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Without knowing what you will do with it, I'd suggest a
because that's what it actually is. A character string. |
|||
|
|
|
Recommendation: Store the page in a (Jsoup) Document. pros:
see: http://jsoup.org/ But some more informations about what you want to do would be helpful ... |
|||||
|
