How can we run a java program without making any object?
Questions
Search
List By Company
List By Topic
Legacy
Tests
Repository
DashBoard
Java
Java 8
Java 7
Java Abbreviations
OCJP / SCJP
Class List
New in Java 8
Java Exceptions
Spring Exceptions
Java Enums
Java 8 Lambda
Java 8 java.time
Big Data
Best Of Java
Discussion
Search
Subscribe
Search Interview Questions
More than 3000 questions in repository.
There are more than 900 unanswered questions.
Click here
and help us by providing the answer.
Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company
Label / Company / Text
Search
Submit Question
Interview Questions and Answers
Q1.
How can we run a java program without making any object?
Core Java
Ans. By putting code within static method. With Java 6 and earlier versions, even static block can be used.
Sample Code for static block
Help us improve. Please let us know the company, where you were asked this question
:
Like
Discuss
Correct / Improve
 java   oops   static   static method   static block
Asked in 3 Companies
basic
 
frequent
Correction
Duplicate of Another Question
Company where this question was Asked
Suggestion
Try 1 Question(s) Test
How can we execute a Java class independently if it doesn't have a static main method ?
By initiating the flow in any of the static method
By initiating the flow in any of static block
By initiating the flow in any other instance method named as main
By initiating the flow in any other instance method named as main and making it final
Related Questions
What are the advantages and disadvantages of static variables and static methods ?
Can we access instance variables within static methods ?
How can we create objects if we make the constructor private ?
Similarity and Difference between static block and static method ?
In which cases , moving methods to utility class could be useful ?
Can we override static methods ? Why ?
Can we use static method definitions in Interfaces ?
Why can't we use this in static context ?
Interface can only have ...
Help us and Others Improve. Please let us know the questions asked in any of your previous interview.
Any input from you will be highly appreciated and It will unlock the application for 10 more requests.
Company Name:
Questions Asked: