What is the use of static keyword in "public static void
main()"
Answer Posted / praveen
static is method that can be called and executed without
using obect
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why are pointers not secure?
What is java thread dump, how can we get java thread dump of a program?
How thread scheduler schedule the task?
What is a pattern what is an anti pattern?
What's the purpose of using break in each case of switch statement?
What is the difference between Java and C++?
Similarity and difference between static block and static method ?
Write a program to print fibonacci series up to count 10.
What is ascii format?
What is set in java?
What is the difference between sop and work instruction?
What is heterogeneous in java?
What do you mean by mnemonics?
What does the string method compareto () do?
Why does java have two ways to create child threads? Which way is better?