Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the override methods in Object class?

Answers were Sorted based on User's Feedback



What are the override methods in Object class?..

Answer / royal

There r total 11 methods r there..in that 11 only 5 methods
are override methods reaming r not override methods. becoz
those r final methods.

Override Methods
=====================

clone
toString
equals
hashCode
finalize

Is This Answer Correct ?    30 Yes 1 No

What are the override methods in Object class?..

Answer / koushik

override the toString() method in object class.

Is This Answer Correct ?    13 Yes 2 No

Post New Answer

More Core Java Interview Questions

make a method which any number and any type of argument and print sum of that arguments.....

0 Answers  


What is a wrapper method?

0 Answers  


What is difference between printf and scanf?

0 Answers  


How to optimize the javac output?

0 Answers  


What is the difference between Byte stream and Charecter Stream?

2 Answers   Tarang Software,


Why all programming languages have main as a execution starting point?

4 Answers  


What is * argv?

0 Answers  


How many types of exception can occur in a java program?

0 Answers  


How is string stored in java?

0 Answers  


we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }

3 Answers  


strings in java are objects.why?

2 Answers  


Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time?

3 Answers   Aricent,


Categories