In 2008, Java came up with the ORM model for manipulating data stored in relational databases. This Object Relational Model (ORM) was based on JSR 220 and was called the Java Persistence API. This new API was more object oriented…
Rarely, but I am sure you would have atleast once seen a package declaration like import static java.lang.Math.PI; or import static package.name; I am sure the keyword static feels wrong here, but that is how static imports are declared in…
Long back I posted few core java interview questions. But for one or the other reason, I always got a bit preoccupied and never managed to post the answers for those questions. So here I am today, with my view points…
I am broke and I still have no idea where I spent all my money. My ICICI and HDFC bank accounts have 335Rs. and 82Rs balance respectively. If you pity on me, consider making a donation Now that i have got…
Smartphones, tablets and other mobile devices have become an integral part of our life. And with the advent of time these devices have become the primary source of accessing information over the web. In this mobile era if you are…
‘Asynchronous’, this is the word buzzing across all the technology and software companies these days. Everyone wants to write applications that are fast and follow an asynchronous IO model. Technologies like Node.js are increasingly being used to achieve this functionality. In…
Before i started this blog, i had this feeling that creating and maintaining a blog is an easy task. An hour a day and you would be good at it. However, six months after starting this blog, i realized that…
The following code is written and saved in a java class named Test.java. What would be the output when the java code tutorial is compiled and executed using the standard java compiler and JVM? Also note that before executing the…
The following code is written and saved in a java class named Test.java. What would be the output when the java code tutorial is compiled and executed using the standard java compiler and JVM? Can you guess the Java concepts…
Finally… 2011 is a thing of past and we have all crusaded our way into 2012, also referred as doom’s year by some. But for me, it is just another year, a new beginning with new goals and aims. 2011…
What People are saying