Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Give an example program for Getter /read-only methods in JAVA

Answer Posted / hrindows@gmail.com

Read-only:
//A Read-only class in Java
public class Student{
//private data member
private String institute ="MKG";
//getter method for institute
public String getInstitute (){
return institute;
}
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is class library in .net

1147


What is heap and what is stack?

1168


What is namespaces in .net?

1213


Is .net core managed code?

1061


Explain the different types of proxy patterns?

1288


What is Entity Relationship Model in .NET?

1149


What is the root class in .net?

1197


Who is using .net core?

1015


What is Full trust permission set in .Net

2398


What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

1013


A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?

988


What is an exe and a dll?

1254


How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?

1041


Explain about the Common Language Runtime?

1200


What is delegation in .net?

1150