In java, gc() method is available in which package ?
A. java.io package
B. java.lang package
C. java.awt package
D. java.util package
A. java.io package
B. java.lang package
C. java.awt package
D. java.util package
A. Two type are compatible and size of destination type is equal of source type.
B. Two type are compatible and size of destination type is larger than source type.
C. Two type are compatible and size of destination type is shorter than source type.
D. All of the above
A. Deep cloning
B. Shallow cloning
C. Both of above
D. None of above
A. abstract
B. static
C. volatile
D. final
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
A. just in time
B. java in time
C. join in time
D. none of above
A. yield() method
B. Suspend() method
C. start() method
D. resume() method