2,130 views
1 votes
1 votes

Which of the following methods from Object is final ( that it cannot be overriden ) ?

(A) finalize method

(B) clone method

(C) hashCode method

(D) getClass method

1 Answer

Related questions

2 votes
2 votes
1 answer
1
LavTheRawkstar asked Jun 28, 2016
434 views
Why Java does not support multiple inheritance?i want answer in simple words. i have searched for this answer in every textbook.Everytext just says that it doesnot suppor...
0 votes
0 votes
1 answer
2
LavTheRawkstar asked Jun 28, 2016
3,247 views
What is the output of this program? class Conversion { public static void main(String args[]) { double a = 295.04; int b = 300; byte c = (byte) a; byte d = (byte) b; Syst...
0 votes
0 votes
1 answer
3
admin asked Apr 1, 2020
945 views
Is null an object?YesNoSometimes yesNone of these
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
683 views
Earlier name of Java programming language was:OAKDNetbeanEclipse