can we access the method of class without creating the
object of the class
Answer Posted / 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 |
Post New Answer View All Answers
What is boolean flag in java?
Is null a value?
What is a nested list?
How to change the priority of thread or how to set the priority of thread?
What is the final class modifier?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
How do you define a parameter?
How do you check if a string is lexicographically in java?
What is the difference between array list and vector in java?
What is the difference between throw and throws in java?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Explain where variables are created in memory?
What is a lock or purpose of locks in java?
Are arrays dynamic in java?
What is return in java?