can we access the method of class without creating the
object of the class
Answer Posted / javaguy
yes. we can access the static methods of that class without
creating the object that class
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
What is the list interface?
What is the purpose of encapsulation?
Can static method access instance variables ?
Is array serializable java?
What is the difference between integer parseint and integer valueof?
can rmi and corba based applications interact ?
What is the purpose class.forname method?
Explain the significance of class loaders in bootstrap?
What is the function of http?
What is use of functional interface in java 8? Explain
What is Java Package and which package is imported by default?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is difference between classpath and path variables in java?
Are floats faster than doubles?
What does replaceall do in java?