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 |
What is boolean query?
What does ide stand for?
What is the preferred size of a component in java programming?
What are parent methods and how can you call them?
What is the exact difference in between Unicast and Multicast object ?
What is the range of the short type?
What is the latest java version?
Does java vector allow null?
How do constructors use this() and super()?
why applet doesn't have main? isn't possible a program with out main?
why not override thread to make a runnable? : Java thread
How the threads are synchronized?