Categories » Java

 
 
 

Interesting Article Emphasizing the Importance of Testing and Debugging your Code

Categories: Java, Programming, Technology

Cracked – 5 Tiny Computer Glitches that Caused Huge Disasters While not directly relevant to coursework or emerging technologies, this article is definitely an interesting read. It is presented with a humorous tone, but the events described definitely demonstrate the … Continue reading

Tutors being Tutored

Categories: Events, Java, Smith234

seemingly a novel idea, but sometimes, even tutors need a review on how to do certain things in certain disciplines. 2 weeks ago, there was a workshop within the sandbox that was only for sandbox employees to review how Swing … Continue reading

The Golden Rule

Categories: IT101, Java, Technology

Some of you who came to the Sandbox commented on how the tutors are able to take a problem that has been torturing you for hours, and within a matter of minutes, guide you through smashing the biggest obstacles in … Continue reading

JAVA- Thought for the day: PUBLIC Class constructor

Categories: Java

Ever wondered why your Java assignment runs accurately in your local environment but will not work in a different test environment when submitted ? One of the many basic reasons is the missing keyword PUBLIC before the class Constructor. public … Continue reading

Tricks of the Trade (CS 180)

Categories: Java

Learning Java programming language is just like learning Spanish, English, or Mandarin – it requires commitment and practice. Just like a regular language, a programming language has rules, syntax, structure, conventions, etc. It doesn’t require anyone to be smart to … Continue reading