91-9990449935 0120-4256464 |
Jsoup Example: print title of an urlLet's see the jsoup example to print title of an url e.g. www.trainingtrains.com. By the help of Jsoup.connect() method, we will connect with the URL. The get() method returns the reference of Document object. The document class provides title() method that returns the title of the document. Output: title is: trainingtrains - A Solution of all Technology
Next TopicPrint title from html file
|