How can a class be accessed, If no access modifiers are
declared?
Answer Posted / ravikiran(aptech mumbai)
the default access will be resticted to the classes with in
the same package
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can an interface be final?
Explain OOPs concept.
Can singleton class be serialized?
What do you understand by overloading and overriding in java?
Difference between final and effectively final ? Why is effectively final even required ?
Describe different states of a thread.
What are the advantages of compiled language?
How to display arraylist values in java?
What is method overloading in JAVA? Why is it not present in C ?
Compare overloading and overriding?
Why are pointers not secure?
Can you make a constructor final?
Why is serialization required?
How do you override a method in java?
How can you make a class serializable in java?