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

Can you override static methods?

0 Answers  


What is meant by JVM ?

6 Answers  


what is difference between signed & unsigned char?

2 Answers  


diffrence b\w println() and printf()

8 Answers   NIIT,


List java api that supports threads?

1 Answers  






Does a class inherit the constructors of its superclass in java programming?

0 Answers  


What are different types of expressions?

0 Answers  


int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,


why not override thread to make a runnable? : Java thread

0 Answers  


Explain the differences between public, private, protected and static?

4 Answers  


What is a java object and java application?

0 Answers  


What are the differences between checked exception and unchecked exception?

0 Answers  


Categories