what is purpose of writting public static void main(Strind
arg[]) in java..?
Answer Posted / srinivas nallavelli
public-> it must be available to jvm
static-> to use without instantiation
void-> does not return any thing
String[] args -> to take every variable as string
..through cmmand line arguements
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
Is an empty arraylist null?
What are recursive functions?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is static variable with example?
What are decalarations?
Can we serialize singleton class?
Write a program to find the greatest of three numbers in java?
Why set do not allow duplicates in java?
Whats the difference between notify() and notifyall()?
Is string a data type in java?
What Is Query Throttling in java?
What is the purpose of javac exe?
What is the collections api in java programming?
What are the types of inner classes (non-static nested class) used in java?