Can a class be protected in java?
No Answer is Posted For this Question
Be the First to Post Answer
How do I get the | symbol on my keyboard?
Is node a data type in java?
What is the meaning of immutable regarding string?
they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }
2 Answers DNS, IPSR Solutions,
What do you mean by platform independence? What is an interface?
What are data types in oop?
What is considered an anti pattern?
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
What is java util?
Can we instantiate Interfaces?
What is the difference between yielding and sleeping in java programming?
What is the difference between java applets and applications?