Can we override data members in java?
No Answer is Posted For this Question
Be the First to Post Answer
how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?
How to sort array in descending order in java?
Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?
What happens when a thread cannot acquire a lock on an object in java programming?
What is broken and continue statement?
Is sizeof a preprocessor?
write java code to print second max number in the array
What is the difference between call by reference and call by pointer?
What do you understand by soft reference?
what is an virtual function
what is the significance of listiterator in java?
what is the difference b/w PUT and POST method to send data to the server