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 |
Where is stringbuffer stored?
What is meant by polymorphism?
Explain the difference between call by refrence and call by value?
What is boolean false?
Explain different ways of passing arguments to sub-routine?
What is the most important feature of java? What is an interface?
What is array sorting in java?
What are the steps to do connection pooling in weblogic?
Why is string buffer better than string ?
How to perform selection sort in java?
Is java a virus?
How would you dynamically allocate memory to an array?