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 do you mean by formatting?
What is the purpose of the return statement?
Can we use this () and super () in a method?
Why do we use regex?
What is immutable class in java?
What is string data type?
What is the use of arraylist in java?
Explain the key functions of data binding?
Can we use string in switch case in java?
What is natural ordering in java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What type of language is java?
What is the argument in java?
How do you read a char in java?
Can we have multiple catch block for a try block?