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
Explain about managed heap?
Do you know what is the difference between an abstract class and an interface?
What is an anonymous method?
explain the states of a window service application?
What is lambda expressions in c#?
What's the problem with .net generics?
what is the meaning silverligt control
What is STA in .NET?
Is .net an object oriented language? What are their components?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Do you know what is lambda expressions in c#?
How viewstate is being formed and how it's stored on client in .net?
Explain why do we use msmq?
How is threading done in .net?
Explain how to redirect tracing to a file?