Like it or not, data is an integral part of any application, even cool object-oriented ones. Everything stops at the persistence layer, where Java developers traditionally have had to write complex ...
For every development difficulty you encounter, chances are good that another developer has encountered the same problem. Like most developers, you’re pressured to build reliable software fast and ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Software development is one of the most rewarding careers in the world of IT. Java is one of the ...
One of the easiest ways to understand what is meant by ‘object oriented’, is to define what it is not. Before Object Oriented Programming (OOP) programs were written an imperative way, essentially a ...
In the ever-evolving world of technology, innovation is not just a process, it is the lifeblood of progress. Among the ranks of visionaries driving this progress is Sai Krishna Gunda, a software ...
This article gives you the inner power of reflection. Actually speaking there is no concept of hacking. It is just a tweak you can make to a java object through reflection. In this article I will show ...