What is use of static method?


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

Post New Answer

More Core Java Interview Questions

What are constants?

0 Answers  


What is the code inside the public void actionPerformed(ActionEvent ae) override method in Applet [ Condition:- you have one TextField and One Button , you have to enter any color name inside the TextField, when you click on Button Your background will change according to your input color name]

2 Answers   IBM,


How to sort numbers in java without array?

0 Answers  


How Applets & Servlets will communicate with each other?

2 Answers  


We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.

2 Answers  


which method throws exception of type Throwable

2 Answers  


explain about casting of objects?

5 Answers  


what is encapsulation in java? Explain

0 Answers  


How do u provide security in java

3 Answers  


How does arrays sort work in java?

0 Answers  


Can you call one constructor from another if a class has multiple constructors?

0 Answers  


Is there any difference between nested classes and inner classes?

0 Answers  


Categories