How do you create an object in Java?
Using the object keyword
object
Using the class keyword
class
Using the new keyword
new
Using the this keyword
this