Tag: technology
Questions Related to technology
-
a) remove the object and its collections from the first level cache
-
b) remove the object and its collections from the second level cache
-
c) remove the object and its collections from the data base
-
d) None of the above
-
im.name = "Done";
-
Item otherObject = new Item(“Done”); itemList.set(49, otherObject);
-
((Item)itemList.get(49)).name = “Done”;
-
None of above is correct as they are not changing 50th element.
-
SELECT TO_CHAR(2000, '$#,###.##') from dual
-
SELECT TO_CHAR(2000, '$0,000.00') from dual
-
SELECT TO_CHAR(2000, '$9,999.00') from dual
-
SELECT TO_CHAR(2000, '$9,999.99') from dual
-
SELECT TO_CHAR(2000, '$2,000.00') FROM dual;
-
SELECT TO_CHAR(2000, '$N,NNN.NN') FROM dual;
-
a) TRUE
-
b) FALSE
-
c) no matter
-
d) none of the above
-
a) Add printer and queues
-
b) Add modem & flash drive
-
c) Add printer alone
-
d) Invalid command