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
Say any two properties in beans?
What is difference between printf and scanf?
What is the maximum size of array in java?
What is the relationship difference the canvas class and the graphics class?
What is void keyword?
Does substring start with 0?
What is the purpose of static keyword in java?
If two threads have same priority which thread will be executed first ?
What is the difference between sleep and wait in java?
Where pragma is used?
What is a variable in java?
What is the final blank variable?
What is map and hashmap in java?
What are the legal operands of the instanceof operator?
What is the purpose of format function?