| http://www.w3.org/ns/prov#value | - the console is named out.Furthermore, the object named out has a method called print() and another method called println, to which we can pass text and have that text printed out to the console.So, System is an object, out is an object contained by the system, and print or println are methods that can be called on the System's object named out.Now, when we refer to objects, and then any objects th
|