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 is the use of pattern in java?
What is the abstraction?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Can a class be private?
What is local variable and instance variable?
What is a flag value?
Can you make a constructor final?
What is package private scope in java?
What is a get method?
How do you change an int to a string?
What is a file pointer?
What is an off by one error in java?
What advantage do java's layout managers provide over traditional windowing systems?
What is string builder in java?
How is hashset defined in java?