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 about the Common Language Runtime?
What is typical about a windows process in regards to memory allocation in dot net?
What is Garbage Collection in .Net? Garbage collection process?
What are nullable types in .NET
0 Answers TryTechnicals Pvt Ltd,
What is static constructor, when it will be fired? And what is its use?
How do you define the lease of the object in .net?
Explain the .NET architecture.
9 Answers HCL, Idhasoft, Scandent, TCS, TechnoLinks,
Please explain what is the difference between odbc and ado?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
Do you know what's the difference between .net and laravel?
What do the terms “boxing” and “unboxing” mean?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?