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 is the use of object and class classes?
How do you override a method?
What do you mean by static variable?
What are strings in physics?
What is the difference between final, finally and finalize()?
What are implicit objects in java?
What is return code?
if u open login & logout ,how can udisplay the timelogin & logout members ?
How many ways can we create the string object?
What about interthread communication and how it takes place in java?
How do you execute a thread in java?
What languages are pass by reference?
What are variable arguments or varargs?
What is the difference between @before and @beforeclass annotation?
What is a static class in java?