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 are teh sub-classes of a component class?
Give the difference between the println method and sqrt method?
What are Font and FontMetrics classes?
What is difference between this and super keyword?
Which types of exceptions are caught at compile time?
What is immutable class in java?
why java is better then .net?
How many bits is a char?
Difference between java and javascript
how to write a server program and sending the mails to the server using smtp protocol please help me
Is 0 true or is 1 true?
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?