If a class is declared without any access modifiers, where may the class be accessed in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between static and dynamic binding in java?
Is java same as core java?
Can you make a constructor final?
Explain about oops concepts.
0 Answers Aditi Placement Service,
What is sortedmap in java?
What's the purpose of using break in each case of switch statement?
What is ascii format?
What is the difference between iterator and enumeration ?
What is the alternate of 'Inheritance' ?
Can you override private or static method in java?
What is oops in java?
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?