<< Chapter < Page | Chapter >> Page > |
True or False?
Type int is the default representation for literal real numbers in Java.
True or False?
When an object's reference is passed as a parameter to the System.out.println method, the getClass method belonging to the object is executed automatically.
True or False?
The toString method is overloaded in the ColMatrix class.
True or False?
If you call the getData method belonging to an object of the GM2D01.ColMatrix class and pass a parameter value of 2, the program will throw an IndexOutOfBoundsException .
True or False?
The constructor for the GM2D01.ColMatrix class requires three incoming parameters of type double .
True or False?
The constructor for the GM2D01.Point class requires a single incoming parameter, which is a reference to an object of the class GM2D01.ColMatrix .
True or False?
GM2D01.Vector and java.util.Vector are simply different names for the same class.
True or False?
The constructor for the GM2D01.Vector class requires two incoming parameters, which are references to objects of the class GM2D01.ColMatrix .
True or False?
A line segment is the straight path between two points. It has no thickness and therefore cannot be seen by the human eye.
True or False?
The constructor for the GM2D01.Line class requires two incoming parameters, which are references to objects of the class GM2D01.ColMatrix .
True or False?
The GM2D01 library provides methods for rendering objects of the ColMatrix , Line , Point , or Vector classes in a visual graphics context.
True or False?
What is the meaning of the following two images?
This image was inserted here simply to insert some space between the questions and the answers to keep them from being visible on the screen at thesame time.
This image was also inserted for the purpose of inserting space between the questions and the answers.
False. The library named GM2D01 is purely mathematical. The library doesn't provide any mechanism for rendering objects of the ColMatrix , Line , Point , or Vector classes in a visual graphics context.
False. The constructor for the GM2D01.Line class requires two incoming parameters, which are references to objects of the class GM2D01.Point .
True
False. The constructor for the GM2D01.Vector class requires a single incoming parameter, which is a reference to an object of the class GM2D01.ColMatrix .
False. GM2D01.Vector is a different class from the class named java.util.Vector in the standard Java library.
True
False. The constructor for the GM2D01.ColMatrix class requires two incoming parameters of type double .
True
False. The toString method is overridden in the ColMatrix class.
Notification Switch
Would you like to follow the 'Game 2302 - mathematical applications for game development' conversation and receive update notifications?