What is package private scope in java?


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

Post New Answer

More Core Java Interview Questions

How would you format a date in java? I.e. In the ddmmyyy format?

0 Answers  


Why do I need to declare the type of a variable in java?

0 Answers  


What is meant by event handling in SAX parser?

1 Answers   Ness Technologies,


Does set allows null in java?

0 Answers  


How does class forname work in java?

0 Answers  






What is integer valueof?

0 Answers  


What are bind parameters?

0 Answers  


Can we use different return types for methods when overridden?

0 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 are the two categories of data types in the java programming language?

0 Answers  


What is the difference between && and & in java?

0 Answers  


Why array is used in java?

0 Answers  


Categories