What is use of static method?
What are constants?
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]
How to sort numbers in java without array?
How Applets & Servlets will communicate with each other?
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.
which method throws exception of type Throwable
explain about casting of objects?
what is encapsulation in java? Explain
How do u provide security in java
How does arrays sort work in java?
Can you call one constructor from another if a class has multiple constructors?
Is there any difference between nested classes and inner classes?