Give an example for setter/ write-only methods
// 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 |
Name the classes that are introduced in the system.numerics namespace.
Which Namespace is used to to achieve MultiThreading in .NET?
How to Exchange data between Webservices
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
How does the .NET framework work?
Which Security Algorithm used to encrypt the data? a) DES b)RC2 c)Triple DES d)All the above
How do you generate a strong name?
How Can Creating Installation Components in .Net?
How viewstate is being formed and how it is stored on client in .net?
What is file extension of Webservices in .Net?
Explain what is an application domain?
What is the intermediate language between asp and asp.net1.0?