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
Is arraylist dynamic in java?
What is difference between adapter class and listener?
Is string is a class in java?
What is compareto?
Can we create more than one object singleton class?
Can vector have duplicates in java?
Can we clone singleton class in java?
How to change the priority of thread or how to set priority of thread?
What is the internal implementation of set in java?
What are the four integer types supported by java?
How do you escape json?
Can we create a class inside a class in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is are packages?
Is java an ide?