Why do we use string?
No Answer is Posted For this Question
Be the First to Post Answer
What is the default value of the local variables?
Why hashmap is used in 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 is the method used to get the absolute value of a number?
Why string is called as immutable?
What does s mean in regex?
What are data types in oop?
Is binary a low level language?
Differece between class and generic class?
What are the types of loops in Java, and how are they used?
whats the difference between == and .equal ?
we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2