can we access the method of class without creating the
object of the class
Answer Posted / mmrps
Not possible but abstract class methods can access with out
creating object.The normal class methods with out accessing
that class object.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What does @param args mean in java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Why is whitespace important?
Can we create an object of private class?
What is protected access modifier?
What is the purpose of default constructor?
How do you create a sop?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What methodology can be utilized to link to a database?
Differentiate between postfix and prefix operators in java.
What is lifetime variable?
Give an example of call be reference significance.
Give the hierarchy of inputstream and outputstream classes.
What is the difference between import java.util.date and java .util?
What is the type of lambda expression?