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 4 doubled?
How to stop a thread in java? Explain about sleep () method in a thread?
Is java free for commercial?
Which class contains a method: cloneable or object?
Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
Why does java have two ways to create child threads?
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
How can we create an immutable class in java?
What is dynamic array in java?
Are arrays immutable in java?
Can multiple catch statements be used in exceptions ?
What is the structure of java?