Tutoring Java programming, you might be asked to clarify about overriding. The tutor shares some thoughts. In Java, when you override a method, you either define its performance (give it a “body”), or else redefine (change) its performance . Case …

Java: overriding methods: what it means, and rules about it Read more →

Tutoring Java programming, this error message might come up. The tutor talks about a couple of its causes. The message error: non-static method MethodX() cannot be referenced from a static context has a couple of causes I know: The class …

Java compile error: non-static method cannot be referenced from a static context – what causes it? Read more →

Tutoring Java programming, there are so many interesting facets to encounter. The tutor talks about a constructor of a subclass and the word super. Let’s imagine you write a subclass. Furthermore, let’s imagine the parent class (the superclass) has a …

Java programming: constructors in subclasses Read more →

The tutor brings up a couple of “emergency procedures” for stopping a program. I don’t write many big programs; rather, I’ll often write a page or so of code (with lots of white space) to test a utility from a …

Comp Sci: command prompt testing (Windows 7): how to kill a runaway program Read more →