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
What are the approaches that you will follow for making a program very efficient?
Which is better list or arraylist in java?
How do you sort arrays in java?
What does flag mean in java?
Write a program based on Java script program.
What is hashing in java?
What does it mean to flush a file?
How do you check if an arraylist is not empty?
What is the biggest integer?
Do you need to import math in java?
What is array sorting in java?
What is protected access modifier?
What is a lambda expression ? What's its use ?
Where pragma is used?
Why we used break and continue statement in java?