Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


can we access the method of class without creating the
object of the class

Answers were Sorted based on User's Feedback



can we access the method of class without creating the object of the class..

Answer / 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

can we access the method of class without creating the object of the class..

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

can we access the method of class without creating the object of the class..

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

Post New Answer

More Core Java Interview Questions

Where is stringbuffer stored?

0 Answers  


What is meant by polymorphism?

0 Answers  


Explain the difference between call by refrence and call by value?

0 Answers  


What is boolean false?

0 Answers  


Explain different ways of passing arguments to sub-routine?

1 Answers  


What is the most important feature of java? What is an interface?

0 Answers  


What is array sorting in java?

0 Answers  


What are the steps to do connection pooling in weblogic?

1 Answers   TCS,


Why is string buffer better than string ?

0 Answers   Cyient,


How to perform selection sort in java?

0 Answers  


Is java a virus?

0 Answers  


How would you dynamically allocate memory to an array?

0 Answers   Atos Origin,


Categories