Monday 13 July 2015

Passing Arguments To Methods In Java


Variables are always passed by copy in Java. This is an unchanging rule of the language, but one that can be easily misinterpreted when running code.

Take the following example, which you should place in a package called "misc":

Tuesday 9 June 2015

Library App

Hi folks!

This second entry will detail a small project I've been working on lately, simply titled the "Library App", which you can reach here.

Based on the previous "College App", this project is essentially the same idea, rebuilt from the ground up with several extra features.


Saturday 2 May 2015

Introduction

Hi folks!

Welcome to the new blog on the block!

This first entry will be on motivation and training.