What is the default value of byte datatype in java?
write a program to create an vector and listeterator.and value should be enter through keyboard.
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 are the two ways you can synchronize a block of code?
What is java beans?
What is the differenc between Enemuration interface and iterator interface according to accessing?
Explain the difference between string, stringbuffer and stringbuilder in java?
Can you inherit a constructor java?
What an i/o filter in java programming?
1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
List some java keywords sun like c, c + + keywords?
What is difference between calling start() and run() method of thread?
What is the difference between final, finally and finalize() in java?