Can we override a variable in java?


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

Post New Answer

More Core Java Interview Questions

Which Java operator is right associative?

3 Answers  


What data structures are used to perform recursion?

0 Answers   Akamai Technologies,


What is non static block in java

10 Answers   Emphasis, Ness Technologies,


Are static members inherited to sub classes?

0 Answers  


How do you represent a space in regex java?

0 Answers  






This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


Can I uninstall java?

0 Answers  


What is finally in exception handling?

7 Answers  


Can we extend singleton class?

0 Answers  


How many types of methods are there in java?

0 Answers  


what is difference between business delegate and data access object(dao)? in java?

1 Answers  


What function extracts specified characters from a string?

0 Answers  


Categories