what is the difference between static block and static
method
Answer Posted / maruti
public static void main(string args[])
is also static method do u call this method?
| Is This Answer Correct ? | 33 Yes | 14 No |
Post New Answer View All Answers
What is java regex?
What is time complexity algorithm?
Explain creating threads by extending thread class ?
Why collection is called framework in java?
What steps are taken when the OS shifts from one-thread execution to another?
What is difference between adapter class and listener?
How do you clear a method in java?
Explain how to force the garbage collection in java.
What is queue in java?
Are registers volatile?
What are the restrictions imposed by a Security Manager on Applets?.
What do the thread?class methods run() and start() do?
State some situations where exceptions may arise in java?
Does java list allow null?
What is the main function in java?