what is the difference between interface and class?
Manfred Leonhardt
Ranch Hand
Joined: Jan 09, 2001
Posts: 1492
posted
0
Hi, Interface: contract to implement a specified API. Class: Any java object. We can extend only one class, but we can implement many interfaces. You had better start reading any java book as this is essential to Java! NOTE: Your name doesn't fit with the Ranch naming policy. Please read it here and re-register with a valid name. Regards, Manfred.
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.