Update - 11 Oct, 2015 Added a new chapter on JSON handling in Java. JavaScript Object Notation or JSON has become extremely popular for the data interchange in the last few years. Now it’s not just an alternative to XML but is a successor to it. With the evolution of Big Data and Internet of Things, along with JSON’s ability to be easily parsed into JavaScript object, it has become preferred data format for integration with the web.
v1.0 : 12 Sep, 2015 Any software program irrespective of technology or domain has a few core building blocks. A good grasp of these concepts is critical to be comfortable with core day-to-day development task. This book covers most relevant Java topics that any software engineers must understand to accomplish his or her tasks. I have prepared these notes based on my extensive hands-on experience and learning over the years. The notes are organized in a very crisp manner, in small chapters and are to the point.
The notes in this book primarily capture the capabilities, limitations, code examples and suggestions on Java language features. Features covered in this book
Not only for my regular programming tasks, but I also refer these notes for any technical peer-to-peer discussions at the workplace, for conducting interviews and for doing a quick revision.