Explain the access modifiers for a class, method and variables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is wrapper class html?

0 Answers  


what is meta-Inf?

2 Answers   Polaris,


What does exp mean in math?

0 Answers  


What about method local inner classes or local inner classes in java?

0 Answers  


Explain about public and private access specifiers?

0 Answers  






What is the common usage of serialization?

0 Answers  


could you run the java program without main method?

6 Answers  


Hi Every One I Have Small Doubt Please answer This???????????????????????????? I Want to use AbstractList class methods(java.util.AbstractList) My Program is import java.util.*; class DemoOne extends AbstractList { public static void main(String[] args) { AbstractList a=new DemoOne();//This One is Correct?? DemoOne a1=new DemoOne();//This One is Correct?? Both Are Not Working System.out.println("Hello World!"+a); System.out.println("Hello World!"+a1); } } Error IS: DemoOne.java:2: DemoOne is not abstract and does not override abstract method get(int) in java.util.AbstractList class DemoOne extends AbstractList AnyOne can Please Provide The Solution????????????????????????? Plzzzzzzz

3 Answers  


What does string mean in java?

0 Answers  


What is the difference between comparison done by equals method and == operator?

0 Answers  


What do you understand by soft reference?

0 Answers  


Which class cannot be a subclass in java?

0 Answers  


Categories