Does java allow overriding static methods ?


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

Post New Answer

More Core Java Interview Questions

What is serialVersionUID and what is its need?

1 Answers   KPIT,


What is an abstract class and what is it’s purpose?

0 Answers  


whats is the use of final,in which situation final can be used in the application?

2 Answers   DNS,


What are internal and external variables?

0 Answers  


What are advantages of using Java?s layout managers than windowing systems?

0 Answers  






What is the default value of byte datatype in java?

0 Answers  


For class CFoo { }; what default methods will the compiler generate for you>?

0 Answers   Amazon,


What is string in java? String is a data type?

0 Answers  


What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

0 Answers  


What are the differences between processes and threads?

0 Answers  


Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.

4 Answers  


What are the different ways of creating thread?

0 Answers  


Categories