Explain with example the concept of constant variable in java.
No Answer is Posted For this Question
Be the First to Post Answer
what is meant by UP& DOWN casting in java?
how to split string in java?
what type of questions asked for barclays technologies pune please send urgent
Why do we use threads in java?
Why hashset is used in java?
what is meant wrapper classes?
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
Can inner class have constructor?
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.
What's the access scope of protected access specifier?
What is the purpose of stub and skeleton?
What is finalize()? Is finalize() similar to a destructor?