background preloader

Java Core

Facebook Twitter

Android - How to use java.net.URLConnection to fire and handle HTTP requests. Smslib - Developer's library for sending/receiving SMS messages. Java XML Tutorial. In Java JDK, two built-in XML parsers are available – DOM and SAX, both have their pros and cons.

Java XML Tutorial

Here’s few examples to show how to create, modify and read a XML file with Java DOM, SAX, JDOM. In addition, updated JAXB example to show you how to convert object to / from XML. DOM XML Parser.