Questions
Question 1 Multiple Choice (Single Answer)
What is an instance of
- A methods in object
- An operator and keyword
- Both
- None
Question 2 Multiple Choice (Single Answer)
What happens when you do if (a==b)?
Integer a = new Integer(2);
Integer b = new Integer(2);
- Compiler error
- Runtime Exception
- FALSE