Quantcast
Browsing latest articles
Browse All 4 View Live

java.net.URLConnection Example

URLConnection class is used for accessing the attributes of a remote resource. It represents a communication link between the URL and the application.This class can be used to read and write data to...

View Article


java.net.CookieStore Example

A CookieStore is an interface that represents a storage area for cookies.CookieManager adds the cookies to the CookieStore for every HTTP response and retrieves cookies from the CookieStore for every...

View Article


java.net.URLDecoder Example

URLDecoder is a utility class for HTML form decoding. This class contains static methods for decoding a String from the application/x-www-form-urlencoded MIME format. Project Environment This example...

View Article

java.net.CookieManager Example

A Cookie is a small piece of data (such as browsing activity) sent from a website and stored in a user’s web browser while the user is browsing that website. In Java 5, an abstract class...

View Article
Browsing latest articles
Browse All 4 View Live