Quantcast
Channel: Zeeshan Akhter » Class Libraries
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

JSON example – Read and write JSON

JSON (JavaScript Object Notation), is a simple and easy to read and write data exchange format. It’s popular and implemented in countless projects worldwide, for those don’t like XML, JSON is a very...

View Article



Image may be NSFW.
Clik here to view.

Gson Streaming to read and write JSON

Since Gson version 1.6, two new classes – JsonReader and JsonWriter, are introduce to provide streaming processing on JSON data. Read this Gson streaming documentation to understand what are the...

View Article

Image may be NSFW.
Clik here to view.

Downloading a Web Page and Displaying its Contents. (Different Method)

import java.awt.*; import java.awt.event.*; import java.util.*; import java.net.*; import java.io.*; import javax.swing.*; import javax.swing.event.*;   public class OpenURL {   public static void...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images