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
How can we achieve thread safety in java?
Explain java coding standards for variables ?
What are singleton services?
What does next mean in java?
What is a JAR file?
What state is a thread in when it is executing?
Difference between collection, collection and collections in java?
What is the purpose of declaring a variable as final?
What are access specifiers available in java?
What is a parameter in java?
Can you call a method on a null object?
What is java algorithm?
What is the purpose of final keyword and when to use it?
What is difference between calling start() and run() method of thread?
How to split arraylist elements in java?