- public class Practise {
String a;

public String getA() {
return a;
}
public void setA(String a) {
this.a = a;
}
void meth1(){