What does the “static” keyword mean? Can you override private or static method in java?


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

Post New Answer

More Core Java Interview Questions

What do you understand by classes in java?

0 Answers  


How transient variable is different from volatile variable?

0 Answers  


List implementations of list interface?

0 Answers  


What are the common uses of "this" keyword in java ?

0 Answers  


Difference between JDK, JRE, JVM

16 Answers   Deloitte, HCL, Mind Tree, Oracle, Reliance, TCS, ThinkBox,


How is it possible for two string objects with identical values not to be equal under the == operator?

0 Answers  


What is parsing a string?

0 Answers  


Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.

2 Answers  


Java is pass by value or pass by reference? Explain

0 Answers  


can we access the super class method using subclass object?

4 Answers  


Are floats faster than doubles?

0 Answers  


Can we have a abstract class withought any method? What is a purspose of this?

3 Answers  


Categories