Many articles are introductory– Some articles contain source code that you are free to use — I will be working on about 6 sourceforge projects — Some of the SourceForge code I may pusblish here — Contact me ‘caverdude’ on sourceforge if you would like to join a SourceForge project.
I discuss the tools that I use for coding or publishing Software Developer Zone. I talk about what I’m doing with SDZ, what languages I’m learning, what tools I’m using with maybe a few pointers or tips. Join me in using and learning the same things. Then socialize with me on Facebook or most especially Software Developer Zone. SDZ WordPress Plugins CPanel node.js java.softwaredeveloperzone.com questhost.com tomcat node.js Skill Set Java Android Javascript jQuery Angular ajax HTML 5 CSS 3 Tools Serverside PuTTY WinSCP IDE Eclipse Idea Netbeans Scene Builder Android Studio Graphics Blender Inkscape Gimp Media Facebook Youtube LibSyn Twitter Misc Password Safe Github Sourceforge WebServers Tomcat Node.js WebBrowsers Chrome Firefox Developer Edition Opera Edge
Profiling without an IDE with Java Think you need an IDE or a paid IDE to profile? Think again. I explain in this post how to do this with the basic Java language. You will find some interesting results in the very simple test case that I made up for this article. Later I will try to come back and upgrade this article to test a couple of other methods mentioned and other types of objects. How to use Java to determine the size of something. How to Get the Size of an Object in Java is an article that talks about using getObjectSize(Object objectToSize) of Instrumentation interface It seems this interface was created to work with bytecode but it can be used to get an estimated object size. In his article he states. Minimum object size is 16 bytes for modern 64-bit JDK since the object has 12...