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 |
Explain asp.net?
What is heap and what is stack?
What is the native image generator?
Describe the Managed Execution Process?
Please explain what is heap and what is stack?
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
State the various features present in .NET?
.What is Marshaling?
How to customize the trace output?
Explain constructor.
I'm having some trouble with cas. How can I troubleshoot the problem?
What is immutability?