What is the difference between static method and instance method in Java?


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

Post New Answer

More Core Java Interview Questions

How can we pass argument to a function by reference instead of pass by value?

0 Answers  


What is internal iteration in java se 8?

0 Answers  


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,


What is an 8 bit word?

0 Answers  


What is the += operator called?

0 Answers  


What is the multilevel inheritance. and also give the Example of it ?

5 Answers  


What is jpa specification?

0 Answers  


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

0 Answers   Fidelity,


Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?

0 Answers  


how many ways to create Thread and which one is good? runnable interface ot Thread class?

3 Answers   Satyam,


Does hashset allow duplicates in java?

0 Answers  


Where is the find and replace?

0 Answers  


Categories