aspose file tools
The moose likes Beginning Java and the fly likes how it is possible Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "how it is possible" Watch "how it is possible" New topic
Author

how it is possible

S.Reddisekhar Reddy
Greenhorn

Joined: Jan 05, 2012
Posts: 13
Object class is concrete class right,then how Object class have unimplemented method clone
Henry Wong
author
Sheriff

Joined: Sep 28, 2004
Posts: 16695
    
  19

S.Reddisekhar Reddy wrote:Object class is concrete class right,then how Object class have unimplemented method clone


The clone() method *is* implemented by the Object class -- where have you read that it isn't?

Henry


Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 4167
    
    3

Reddy, you really should have replied to the total of 10 responses on your 5 earlier threads before asking another question.
When people offer advice on a forum, they like to know whether or not that advice was helpful to you, and to add clarifications if you need them.


luck, db
There are no new questions, but there may be new answers.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how it is possible
 
Similar Threads
We can use any class or interface name as an identifier
Object creation
Method.invoke()
how discover subclasses of a class?
a question about equals() method?