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
What is UDDI and how to register the web service in it?
What are asp.net authentication providers and iis security?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
How do you generate a strong name?
What is a .DLL and .EXE files called in .NET?
State the differences between the dispose() and finalize().
why you wouldn't want to write into it even if you could
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What’s different between process and application in .net?
What is the intermediate language between asp and asp.net1.0?
What is interface and abstract class in .net?
What is implement a generic action in webapi?
What are the different.net tools which you used in projects?
Do you know what is garbage collector?
What is the difference between a namespace and assembly name in .net?