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

What is natural ordering in java?

0 Answers  


What will happen when using pass by reference in java?

0 Answers   HCL,


How a class can implement an interface?

5 Answers   SysArc,


What is the java reflection api? Why it’s so important to have?

0 Answers  


Is there any use of an abstract class which has no methods and no attributes?

1 Answers   Wipro,


What is t in parametric equations?

0 Answers  


If we don’t want some of the fields not to serialize how to do that?

0 Answers  


Is 0 true or false?

0 Answers  


What is the SimpleTimeZone class?

0 Answers  


How is string immutable in java?

0 Answers  


What is final int?

0 Answers  


What are the standards to place package statement within a source code file?

1 Answers  


Categories