Search
.Management Sciences
A. reclaim() method
B. finalize() method
C. final() method
D. both b and c
Related Mcqs:
- Object which can store group of other objects is called___________________?
- A. Package B. Wrapper C. Java object D. Collection object...
- Which method of the Applet class displays the result of applet code on screen ?
- A. paint() method B. main() method C. run() method D. drawString() method...
- Which statements are most accurate regarding the following classes? class A{private int i; protected int j; } class B extends A{ private int k; protected int m; } ?
- A. An object of B contains data fields j, k, m B. An object of B contains data fields k, m C. An object of B contains data fields j, m D. An object of B contains data fields i, j, k, m...
- Methods that have same name, but different Parameter list and different definition known as_________________?
- A. Overriding B. Overloading C. Constructor D. none of these...
- Which of the following below are valid isolation levels in J2EE ?
- A. TRANSACTION_READ_UNCOMMITTED B. TRANSACTION_SERIALIZABLE C. Only A D. Both A and B...
Recent Comments