VOOZH about

URL: https://www.javacodegeeks.com/tag/jsoup

⇱ JSoup Archives - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraNovember 18th, 2025
    0 254

    Sending POST Data to Websites with Jsoup in Java

    Posting data to websites—such as submitting login forms, sending API requests, or interacting with web systems—is a common requirement in…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeJuly 2nd, 2025
    0 3,149

    Sanitizing HTML to Prevent XSS Attacks Using OWASP

    Sanitizing user-generated HTML is essential for preventing XSS attacks in Java applications. Two widely used libraries for this are OWASP…

    Read More »
  • Core Java👁 Image
    Yatin BatraSeptember 3rd, 2024
    0 1,680

    Unescape HTML Characters in Java

    HTML entities are special characters reserved in HTML that need to be represented by a specific code. For instance, the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraMay 21st, 2024
    0 913

    Parse HTML Table With Jsoup

    Jsoup, an open-source library, serves the purpose of scraping HTML pages by offering an API for parsing, extracting, and manipulating…

    Read More »
  • Core Java👁 Image
    Javin PaulSeptember 23rd, 2014
    0 881

    3 Examples of Parsing HTML File in Java using Jsoup

    HTML is the core of the web, all the pages you see on the internet are based on HTML, whether…

    Read More »
  • Android Core👁 Image
    Francesco AzzolaApril 30th, 2014
    0 1,036

    Parsing HTML in Android with Jsoup

    In this post, I want to describe how to use JSoup in Android. JSoup is a Java library that helps…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Brian Du PreezJune 25th, 2013
    0 121

    Blog Categorisation using Encog, ROME, JSoup and Google Guava

    Continuing with Programming Collection Intelligence  (PCI) the next exercise was using the distance scores to pigeonhole a list of blogs…

    Read More »
Back to top button
Close