-
Enterprise Java👁 java-interview-questions-answers
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
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
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
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
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
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
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 »
