can we access the method of class without creating the
object of the class
Answer Posted / javaguy
yes. we can access the static methods of that class without
creating the object that class
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
Is zero a natural number?
Explain the importance of throws keyword in java?
How to make a non daemon thread as daemon?
What is meant by method overriding?
Can we override a variable in java?
What are the important features of Java 11 release?
What is meant by object oriented programming – oop?
Can we create an object of static class in java?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What is java reflection?
What is the covariant return type?
What happens if an exception is throws from an object's destructor?
Define max and min heap, also the search time of heap.
explain different ways of using thread? : Java thread
What steps are taken when the OS shifts from one-thread execution to another?