What is the purpose of assert keyword used in jdk1.4.x?


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

Post New Answer

More Core Java Interview Questions

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  


How will you get the platform dependent values like line separator, path separator, etc., ?

0 Answers  


What are the Class Libraries ?

0 Answers   Wipro,


What is method overloading and method overriding?

0 Answers  


Explain the private field modifier?

0 Answers  






What is the meaning of nullable?

0 Answers  


What is the byte range?

0 Answers  


Why does java doesnot support multiple inheritance?

5 Answers   TCS,


Does treeset allow null in java?

0 Answers  


Can the garbage collection be forced by any means?

0 Answers  


What is the default value of float and double datatype in java?

0 Answers  


What is a flag value?

0 Answers  


Categories