What is a java object and java application?
No Answer is Posted For this Question
Be the First to Post Answer
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is hash in java?
What is the preferred size of a component in java programming?
what is platform dependent translation and platform dependent programming language
What is the default modifier in Interface?
How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?
Difference between Applet & Application?
Is 64bit faster than 32 bit?
Is set thread safe java?
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 happens if we override only equals?
What is palindrome in java?