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
How many types of flags are there?
What is the difference between access specifiers and access modifiers in java? 16
What is classes in java?
What is a singleton in genetics?
What is the benefit of using enum to declare a constant?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Is finalize() similar to a destructor?
What’s a deadlock?
What is primitive data type in java?
Why stringbuffer is faster than string?
Why java is called not pure object oriented language?
What is a method type?
Is null an object in java?
Does java initialize arrays to zero?
How is Object Oriented Programming different from Procedure Oriented Programming?