Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Effective Java

  Asked By: Carole    Date: Oct 28    Category: Java    Views: 395
  

I looked the Effective Java by Joshua Bloch this
morning and found out I violated almost every rules in
the book.

For example, Rule 4 Avoid creating duplicate objects.
String s= new String("silly");// DON'T DO THIS!

Did you group member ever coding like that? Better
yet are we must obey the rules?

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Effective Java Or get search suggestion and latest updates.




Tagged: