__________(be) Tom and Sam in the same class?
举一反三
- Tom and Jack are not______. A: in the same school B: in different schools C: in the same class D: classmates
- Tom and Mike were ______. A: always kind to each other B: students in the same class C: brothers
- ______ are in the same class. A: Tom and me B: Tom and I C: C. I and Tom
- 对于下列Tom类,哪个叙述是正确的 public class Test { public static void main(String args[]){ Tom cat1 = new Tom(); Tom cat2 = new Tom(100); } } class Tom { void Tom{ System.out.print("hello"); } Tom(int n){ System.out.print(n); } }
- Are the notions of entity class and persistent class the same? A: 正确 B: 错误