↓ Skip to Main Content

Oracle Tutoring, Campbell River, BC

Main Navigation

  • english
  • math
  • lifestyle
  • blog home
  • website

Tag: java

Computer science: Concurrent Modification Exception

By Jack Posted on July 8, 2024 Posted in programming Tagged with arraylist, break, collection, exception, iterate, java

Self-tutoring about Java and programming: the tutor mentions the concurrent modification exception. Today I was experimenting with the Java type ArrayList. I don’t always program in Java, although I am a fan of it. I’m about to use some terms …

Computer science: Concurrent Modification Exception Read more »

Object-oriented programming: what does “.” do?

By Jack Posted on May 9, 2024 Posted in coding Tagged with dot operator, java, object-oriented programming, OOP, python

Tutoring coding, operators come up. The tutor mentions the dot. From a top-down point of view, the . (aka, dot) operator sets the context wherein you want to refer. Therefore, obj0.helloWorld(); means “I want to execute the method helloWord() that …

Object-oriented programming: what does “.” do? Read more »

Java: running a class from a package

By Jack Posted on July 13, 2015 Posted in computer science Tagged with java, packages, running a file from a java package

The tutor discusses a trick of command-line Java. Programmers are trained to organize related files in coordinated folders. Older people – or Linux people – might prefer “directory” to “folder.” However you see it, a way to organize related files …

Java: running a class from a package Read more »

Java programming: the Pizza class, continued

By Jack Posted on July 7, 2015 Posted in computer science Tagged with constructor, java, java programming

The tutor continues with some points about Java classes. In my previous post I introduced a Java class called Pizza. Here are a few points that might come to mind to someone new to the topic: The class name is …

Java programming: the Pizza class, continued Read more »

Java: an object-oriented pizza

By Jack Posted on July 6, 2015 Posted in computer science Tagged with constructor, java, java class, java programming, object oriented programming

The tutor offers an illustration of a Java class. Java is an object-oriented programming language. To tackle a problem, the programmer creates a class, which is an entity that holds (possibly) some data as well as (possibly) one or more …

Java: an object-oriented pizza Read more »

Java: using classes, part 0

By Jack Posted on May 5, 2015 Posted in computer science Tagged with creating an instance of a class, java, java class, method, new operator, object oriented programming, OOP, using classes

To an academic, Java’s elegance is delicious.  The tutor begins coverage of how to use classes. In Java, a class is basically a more complex evolution of a type.  A class can house many variables, but also contain its own …

Java: using classes, part 0 Read more »

Copyright © 2025 Oracle Tutoring, Campbell River, BC | Powered by Responsive Theme