Posts

Showing posts with the label Java

My Cups of JAVA

Image
Hello guys! It's been so long since I posted in this blog. I've been enjoying my Tumblr blog MyConstellation since I entered in the Tumblr-sphere. But I simply can't leave the blog I loved for almost 4 years. I'm now exploring the world of the Java programming language - its 3 editions: Standard Edition, Enterprise Edition & Micro Edition, the syntax that is almost related to C/C++, its many interesting packages, and the numerous programs... er ... classes and functions... er ... methods , found in the API documentations. With its feature of Exceptions, error trapping has been quite convenient for me since I could now trace the real error during runtime. Java is the topic of my first Computer Science elective subject I took - CMSC191. This subject caught my appreciation of using object-oriented programming as an approach to developing programs and the myriad of things you can do, where you can implement, and how you can apply it. Every cup of Java was del...