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 threaded programming and when is it used? : Java thread
Why string is immutable with example?
What state does a thread enter when it terminates its processing in java programming?
Difference between string s= new string (); and string s = "abv";?
What is a loop java?
What is java command?
What are the types of strings?
What is Applet Stub Interface ?
What is the difference between && and & in java?
What is sorting in java?
What is empty string literal in java?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is volatile keyword in java
Which non-unicode letter characters may be used as the first character of an identifier?
Name few java 8 annotations ?