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...


What is a method ?

Answers were Sorted based on User's Feedback



What is a method ?..

Answer / keerthi

Methods are the functions which describe the behaviour of an object

Is This Answer Correct ?    1 Yes 0 No

What is a method ?..

Answer / thennavan.m

Entity /Identifier that has reference that state of behavior.

Is This Answer Correct ?    0 Yes 0 No

What is a method ?..

Answer / praveen

A method is set of properties or behaviour of Datamember
and colletion of operations of perticuler class
methods are two types istance and static
we can call the methods directly with using static keyword
in static methods
we can call the instance methods by using creating of
object of the class

Is This Answer Correct ?    0 Yes 0 No

What is a method ?..

Answer / j.venkatesan

A function is block of code.
Purpose:
* it is mainly used to reduce the size of the program.

Is This Answer Correct ?    0 Yes 0 No

What is a method ?..

Answer / ravikiran(aptech mumbai)

A method is used to write the functionality with in a class

Is This Answer Correct ?    0 Yes 1 No

What is a method ?..

Answer / janet

Methods are functions that operate on instances of classes
in which they are defined.Objects can communicate with each
other using methods and can call methods in other
classes.Method definition has four parts. They are name of
the method,type of object or primitive type the method
returns,a list of parameters and the body of the method. A
method's signature is a combination of the first three
parts mentioned above.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Core Java Interview Questions

Name the methods that used to get and set the text label displayed by a Buttonobject?

1 Answers  


How to override equals() and hashCode() method in java?

1 Answers   Wipro,


Why for each loop is used?

0 Answers  


What is the use of an interface?

3 Answers  


how many types of Inheritance?

0 Answers   Impetus,


Can you override static methods?

0 Answers  


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

1 Answers  


What are the steps to do connection pooling in weblogic?

1 Answers   TCS,


How will you calculate the depth of a binary tree if the tree contains 15 nodes?

0 Answers   Aricent,


What is bubble sorting in java?

0 Answers  


Explain the term virtual machine?

0 Answers   Adobe,


Which arithmetic operations can result in the throwing of an arithmeticexception?

0 Answers  


Categories