Answer Posted / veerendra
yes,we can declare if it is inner most class, but outer
class is not allowed because java supports inheritance
concept for reusing the properties from super class to sub
class,at that time the super class is private it wont access
inside,only public features we can reuse it, we can access
and execute through out the world, not private with in the
class onle we can access it.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is thread start?
What is the use of toarray () in java?
What is bool mean?
What is a map? What are the implementations of map?
enlist some features of jdk.
What are JVM.JRE, J2EE, JNI?
Can we use both this () and super () in a constructor?
Whats the difference between notify() and notifyall()?
Explain the importance of thread scheduler in java?
How do you sort a set in java?
What is the program development process?
Is java a super set of javascript?
What is anagram number?
How do you escape in java?
What is the difference between jdk, jre, and jvm?