Write a program to calculate factorial in java?
WHAT IS JDK,JVM,CLASS DEFINE ALL?
What is the difference between add() and addElement() method in Vector Class ?
"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.
Can java list be null?
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]
What is Vector?Can you elaborate how Vector is Thread safe?
Explain the reason behind ending a program with a system.exit(0)?
What is the difference between superclass and subclass?
Is map ordered in java?
What is http client in java?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
Explain the public class modifier?