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

Give an example for setter/ write-only methods

Answer Posted / hrindows@gmail.com

// A write-only class in Java
public class Student{
//private data member
private String institute;
//setter method for institute
public void setInstitute (String institute)
{ this.institute=institute;
}
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you make .NET programs work in Linux ?

1978


How viewstate is being formed and how it is stored on client in .net?

948


How is .net able to support multiple languages?

981


What is the root class in .net?

1088


How many types of generations are there in a garbage collector?

914


Example from .net. Integer & struct are value types or reference types in .net?

966


What is a windows process in .net?

1019


which methos do you invoke on the dataadapter control to load your generated dataset with data?

1010


How anonymous method is different from a lambda expression?

957


Why is .net used?

954


How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?

1035


One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?

923


What is Polymorphism? How does VB.NET/C# achieve polymorphism?

2869


What do the terms “boxing” and “unboxing” mean?

924


How many design patterns can be created in .net?

961