Answer Posted / crimohan
in java only access modifiers are present.there is no access specifiers in java
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does linkedhashmap work in java?
Can you explain the meaning of aggregation and composition
What is jdbc api?
What is variable length arguments in java?
What is an abstract class and what is it’s purpose?
What is charat java?
What is string immutability?
How does hashset works in java?
What is instanceof keyword?
Explain the difference between a Thread and a Process.
What are the basic control structures?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What happens if an exception is throws from an object's destructor?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread