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
What are serialization and deserialization?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is boolean logic?
What does three dots mean in java?
How to sort an unsorted array in java?
Write a java program for binary search?
what is function overloading in java?
What are the types of arrays in java?
How to implement an arraylist in java?
What is package protected in java?
Why array is used in java?
What does bitwise or mean?
What are internal variables?
What is a byte array?
What does the “static” keyword mean?