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
Give a brief description of java socket programming?
Should database connections be singleton?
What does the string method compareto () do?
What is a locale?
What is a text string?
How many bits is a float?
Can a main method be overloaded?
What are the steps that are followed when two computers connect through tcp?
What will happen when using pass by reference in java?
Is void a data type in java?
Which is bigger float or double?
Why are the destructors for base class and derived class called in reverse order when the program exits
Wha is the output from system.out.println(“hello”+null); ?
Tell us something about an iterator.
What do you mean by local variable and instance variable?