Ans: DA hex --> 11011010 bin --> -38 dec.
Ans: 1F hex --> 00011111 bin --> 31 dec.
Ans: -46 dec --> 11010010 bin --> D2 hex.
Ans: It a number where the sum of its factors equals the number.
Ans: n and m are amicable numbers if the sum of factors of n equals m and the sum of factors of m equals n.
Ans: if (n % m == 0)
Ans: It is a function or procedure.
Ans: It is a method that is called directly from the class. No object is required. A nonstatic method requires an object.
Ans: A special method that creates an object.
Ans: A global variable that is defined inside of an object, outside of any method. The instance variables of an object define the state of the object.
Version 6: java.sun.com/javase/6/docs/api/