Java: Lets revisit the past
Some Java posts which i wrote in the past which still attract lots of readers.
- Java: Lifecycle of a Java Program: This post talks about the Lifecycle of a Java program.It talks about the various stages a program goes through, right from the time its developed to the time its deployed.
- Polymorphism in Java : Part 1: When i started understanding Polymorphism, one sentence that many people ( infact my college profs) told me was it refers to One Object, many forms. I could never understand this till i actually starting giving it a serious thought ( and that was some years later). Today, here at Technofriends blog, I would like to share my knowledge on Polymorphism and how it is implemented in Java.
- Polymorphism in Java : Part 2: After having understood the basics of Polymorphism and what it actually refers to in my previous post, now lets get on and try understanding Method Overloading in a little more detailed fashion.
- JDBC Drivers:What are they?: JDBC has been a widely used API since long for interaction between Java Programs and various Databases.
- How to get free available memory in Java program: This post describes a process to get available memory in Java program.
- Write a Java Application without a main() method: You can write a runnable Java program which does not have main method at all. This can be done using the static block of the class.
Related posts:
- Polymorphism in Java : Part 1
- Polymorphism in Java : Part 2
- [Java] Why (and how) to comment your code
- Java Roundup
- Write a Java Application without a main() method

thanks ….
for this post its working …
but can u post some tutorial for static keyword use in our application ..
and also can u post some tutorial about INNER CLASSES and its use in any application .where i neeed it ..this topic is too confusing for me