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 |
Which java.util classes and interfaces support event handling?
Is char a method in java?
What happens if I remove static from main method?
What are the 6 boolean operators?
Is multiple inheritance supported by java?
What are the four pillars of java?
how to print output with out using sop statements
What is included in core java?
please send code example of inner classes?
Need 2+ yrs experienced java techinical question papaer for company Iflex
What is type inference in java8?
What collections you have worked on? Internal working of Hashmap?