can we access the method of class without creating the
object of the class
Answers were Sorted based on User's Feedback
Answer / chanki
using static member(static)before d methode name,we can
directly call dat method widout creating object of dat
class..
for mat should be:
classname.methodname();
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
When do you call copy constructor?
0 Answers Tavant Technologies, Virtusa,
What are different types of classloaders?
What is functional interface in javatpoint?
Who is founder of java?
What is 32 bit float?
What is map and hashmap? also tell the difference.
Where local and global variables are stored?
Explain about global variables in Java?
What is locale?
What is a finally block? Is there a case when finally will not execute?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is the maximum length of a url?