java.util.* package contains so many utilities like collection framework, event model, date facility, time facility and so on.
Java doesn't provide simple compare utility for ...
Read Article
JSON Tutorials and Examples Archives...
JSON, or JavaScript Object Notation, is a minimal, readable format for structuring data. It’s widely used format in all Tech Companies to transfer data via REST or SOAP call.
Explore all of listed below JSON learning Tutorial Tips and Tricks.
How to use Gson -> fromJson() to convert the specified JSON into an Object of the Specified Class
As many of you know already Gson is a great Java library that can be used to convert Java Objects into their JSON representation. It works also in reverse order deserializing the ...
Read Article
In Java How to Flatten or Unflatten Complex JSON objects into Flat & Map-Like Structure
How to deserialize nested JSON into flat, Map-like structure?
Couple of days back I got a questions on how to flatten JSON Object which may be simple of Complex in ...
Read Article
Spring MVC 4.2.2 – Best way to Add/Integrate JS, CSS and images into JSP file using ‘mvc:resources mapping’
Sometime back I've written a tutorial on Hello World Spring MVC. Spring MVC web is a model-view-control framework and you can find more information here.
As you could see Sayan ...
Read Article
Java JsonGenerator – JSON Processing API and How To Enable Pretty Print JSON Output (Gson + Jackson)
This will be very interesting tutorial. Sometimes in your Enterprise Java Application, you have to deal with lots of JSON data. Sometimes you have Write to file, Read from file, ...
Read Article
How to Access Github Content with Basic OAuth Authentication in Java? HTTPClient Or URLConnection Method
Sometime back I've written an article on How to Read GitHub File Contents using HttpURLConnection. In that tutorial we have created a simple "InputStreamToString" conversion ...
Read Article
How to Merge/Concat Multiple JSONObjects in Java? Best way to Combine two JSONObjects
In Java - What is the best way to combine / merge multiple JSONObjects? JSONObject is an unordered collection of name/value pairs and widely used in Java Enterprise applications ...
Read Article






