Explain with example the concept of constant variable in java.


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

Post New Answer

More Core Java Interview Questions

what is meant by UP& DOWN casting in java?

6 Answers  


how to split string in java?

0 Answers  


what type of questions asked for barclays technologies pune please send urgent

0 Answers  


Why do we use threads in java?

0 Answers  


Why hashset is used in java?

0 Answers  






what is meant wrapper classes?

0 Answers  


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  


Can inner class have constructor?

0 Answers  


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.

4 Answers  


What's the access scope of protected access specifier?

0 Answers  


What is the purpose of stub and skeleton?

0 Answers  


What is finalize()? Is finalize() similar to a destructor?

0 Answers  


Categories