Java Coding Tips Every Programmer Should Know

Java Coding Tips Every Programmer Should Know



  When you talk about Object Oriented Programming, the best and the most apt example that comes to the mind is Java. Developed by Sun Microsystems, Java leads the way in terms of cross platform programming language and developing application software. The reason Java has gained such a large fan base and unprecedented popularity is because the language deploys a very easy and efficient approach to perform various programming tasks and aid the developers.


1. Get the basics right

2. Don’t just read 

3. Understand your code and algorithm

4. Do not forget to allocate memory 

5. Avoid creating useless objects

6. Interface is better than Abstract class

7. Standard library is a bliss

8. Prefer Primitive classes over Wrapper Class

9. Dealing with strings

10. Code, Code, Code and practice


referenced by:http://blog.stoneriverelearning.com

happy coding...

thank you.

 

 

 

 

 

 

 

 

Comments

Popular posts from this blog

Java LinkedList class in Collection

Java ArrayList class in collections

Constructors in Java