I guess efficiency refers to about run-time, compile-time, and memory usage.
I am wondering whether there are some easy tricks for efficiency: I am really new, forgive me if i am wrong.
-using static variables, methods //contradicts the idea of objects -final classes, final methods -declare a local rather than a global variable, if the variable is only needed locally -something about imports