• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

what is diff betwn Interface and Abstract class

 
Ranch Hand
Posts: 151
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends can any one explain me what is mean by Interfaces loaded dynamically
while abstract is static funda
what is that. :roll:
 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This question must have answered many times in this forum. Please do a search.
 
ganesh pol
Ranch Hand
Posts: 151
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi sanju
my question is what is Great diff betwn abstract class and interface
and what is mean by it is loaded dynamically
 
Ranch Hand
Posts: 867
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ganesh pol
For the first question, you can click the following linkage to take a look with the answer posted by Thomas Paul for the first one.
here and here
For the second question, the meaning of loaded dynamically that is related to the class loader?
Hope this help

[ June 02, 2005: Message edited by: siu chung man ]
 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your original question has been asked many times before. This forum has a great Search tool which you should use. Try entering something like "difference between abstract class and interface". I'm sure you will get a lot of discussions on this topic that will answer your question. If you still need help understanding let us know.

As for your second question, I'm not sure what you mean. Can you give some context? Where did you hear or read the phrase "it is loaded dynamically"? Perhaps more importantly, what does "it" refer to?

Layne
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic