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
What is the difference between Java1.4 and Java1.5
Can you inherit from an abstract class java?
What is widening and narrowing in java? Discuss with an example.
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What are the main differences between the java platform and other platforms?
Explain the importance of import keyword in java?
What is byte code and why is it important to java’s use for internet programming?
Can we force garbage collector to run ?
How to sort an array from smallest to largest java?
Name some classes present in java.util.regex package.
What is considered an anti pattern?
How can a gui component handle its own events in java programming?
Can a static class have a constructor?
What is the use of object and class classes?
How do you break a loop?