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



Give an example for setter/ write-only methods..

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

More Dot Net General Interview Questions

Name the classes that are introduced in the system.numerics namespace.

0 Answers  


Which Namespace is used to to achieve MultiThreading in .NET?

0 Answers  


How to Exchange data between Webservices

2 Answers  


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

0 Answers  


How does the .NET framework work?

1 Answers  


Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above

1 Answers   CTS, Value Labs,


How do you generate a strong name?

0 Answers  


How Can Creating Installation Components in .Net?

1 Answers  


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

0 Answers  


What is file extension of Webservices in .Net?

0 Answers   Arigo Infotech,


Explain what is an application domain?

0 Answers  


What is the intermediate language between asp and asp.net1.0?

0 Answers  


Categories