JSE 7 puts Sun back on the map for enterprise Java development. But unless you need its specific unique features — which are truly impressive — the other products in this review are likely to be ...
This is a repository demonstrating how you can use Vanilla Java SE to get advanced features typically associated with heavy frameworks. Please visit my website to read my blog post: Vanilla Java: ...
After compilation of code, java class is loaded from .class file Static members are assigned memory during compile-time itself. When class is loaded, first of all, static blocks are executed in the ...