My first Java related blog post. Static Variables Static variables can be accessed from all instances of an object and without an instance of the object existing. When the static keyword is used on a variable, its value is then the same for all instances of that object. This is a way of creating globalContinue reading “Java: Static Variables and Methods”
Author Archives: Enrique Ramirez
Making My Portfolio Site
This blog entry is my first blog post. I am making this to document my experience using Word Press, a Content Management System (CMS). Getting Started Getting started was really simple, just select a theme and the main structure of the site is put together for you. You then have to adjust the content toContinue reading “Making My Portfolio Site”