Answer to Question #3472 in Java | JSP | JSF for Y mukundareddy

Question #3472
(3) Write a program to declare some int variables and string variables as protected and public and access them in another class?
1
Expert's answer
2012-03-27T09:48:22-0400
public class Main {

public static void main(String[] args) {
Test
t=new Test();
t.a=5;
t.str="Hello word";
}

}

class
Test{
protected int a;
public String str;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS