Java Constructor Legal Modifiers.

Q.What are the legal modifiers which the constructor can be declared with?


Please choose all the answers that apply:

  • public
  • protected
  • private
  • final
  • static
  • abstract

Comments

Popular posts from this blog

String Concept

String and StringBuffer!