• 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

final and abstract

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
4) Abstract method cannot be final. True or False ? Answer: True
5) Abstract method cannot be static. True or False ? Answer: True
6) Abstract class cannot have static methods. True or False ? Answer: False
7) Abstract class cannot have final methods. True or False ? Answer: False
8) A final class cannot have static methods. True or False ? Answer: False
9) A final class cannot have abstract methods. True or False ? Answer: True
I wrote my answers in front of question. Is it correct? It it's not please let me know.
Thanks in advance,
Ashu
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All answers are correct.
 
reply
    Bookmark Topic Watch Topic
  • New Topic