About Question enthuware.oce-jpad.v6.2.577 :
Posted: Mon Dec 17, 2012 2:14 pm
Hi!
In options 1 and 3 (A and C, if you will) closed bracket is missing:
q.where(cb.equal(student.get("rollnumber", "1111"));
q.where(cb.equal(student.get("rollnumber"), "1111");
As you can see there are three open brackets and only two closed brackets.
In options 1 and 3 (A and C, if you will) closed bracket is missing:
q.where(cb.equal(student.get("rollnumber", "1111"));
q.where(cb.equal(student.get("rollnumber"), "1111");
As you can see there are three open brackets and only two closed brackets.