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 public static void main?
What are recursive functions?
How to create a custom exception?
What is balanced tree in java?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Explain the transient field modifier?
What is indexof in java?
What is close method? How it's different from Finalize & Dispose?
What is jvm? Why is java called the platform independent programming language?
What is * argv?
What is static method with example?
What is a website container?
Write a program to check string is palindrome without using loop?
What are the advantages of assembly language?