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 prepare statement? what is calabedtarement?
Why is it called a string?
Which method must be implemented by all threads?
Can a constructor be protected?
How to transfer data from an Applet to Servlet ?
Why char array is preferred over string for storing password?
any other way to print the text without using System.out.println() in java?
Why destructor is not used in java?
Difference between ?System.out.println? and ?System.error.println??
Iterator in the HashMap is fail-safe means what?
Can we sort hashmap in java?
Describe OOP in java?