What is the default value of byte datatype in java?


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

Post New Answer

More Core Java Interview Questions

write a program to create an vector and listeterator.and value should be enter through keyboard.

1 Answers   Axcend,


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 ways you can synchronize a block of code?

5 Answers   Ericsson,


What is java beans?

0 Answers  


What is the differenc between Enemuration interface and iterator interface according to accessing?

4 Answers  


Explain the difference between string, stringbuffer and stringbuilder in java?

0 Answers  


Can you inherit a constructor java?

0 Answers  


What an i/o filter in java programming?

0 Answers  


1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?

2 Answers   RBS,


List some java keywords sun like c, c + + keywords?

0 Answers  


What is difference between calling start() and run() method of thread?

0 Answers  


What is the difference between final, finally and finalize() in java?

0 Answers  


Categories