1. Here is a portion of a Java class, which contains an array A. Write a method, isInOrder, to check whether the elements of the array are in ascending order. Have it report true or false.fall 2007 David Levine 5 Sept 2007
This is to help both of us determine what you know already coming into the course.
It will not count towards the final grade!
class simple {2. Here are some Java keywords and other concepts that you might know. Check off how well you know each. (There is not a "right answer" at this point... though by the end of this course, things should be different!)
int[]A;
}
Java keyword or term |
Never heard of it |
Seen it used (but couldn't explain it) |
OK, I could use it in a program |
class | |||
extends | |||
interface | |||
this |
|||
static | |||
try | |||
String vs char[] | |||
private | |||
import | |||
indexOf |
|||
Integer vs int | |||
--- this is not a Java kw--- |
|||
invaniant |