can we access the method of class without creating the
object of the class
Answer Posted / 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 |
Post New Answer View All Answers
Why is it important to initialize a variable?
What is <> used for in java?
Explain the overview of UDP messaging.
Explain reverse a linked list iterative solution in java?
What is hashing principle in java?
What are the steps that are followed when two computers connect through tcp?
Which are different kinds of source code?
how to run ecllipse with jettyserver for windows environment using batch file
Who is the owner of java?
Is boolean a wrapper class in java?
Can we extend singleton class?
String class is defined under which package in java?
What is the old name of java?
Can substring create new object?
What is use of set in java?