There are 2 classes . Class A and Class B. In Class A i declared
a variable in private. if we can access this private variable in
Class B. If yes means , how we can access ?

Answers were Sorted based on User's Feedback



There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can a..

Answer / sree

if the variable is private.Declare setter and getters to
the variable and access the varible using the setter and
getters in the other class

Is This Answer Correct ?    34 Yes 1 No

There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can a..

Answer / aslam

class B must be inner class of class A

Is This Answer Correct ?    31 Yes 3 No

There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can a..

Answer / aslam

There is no freind function in java.

Is This Answer Correct ?    28 Yes 2 No

There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can a..

Answer / anant

The variable declared in class a should be directed available
in inner class because.
Getter and setter is also another way.

Is This Answer Correct ?    11 Yes 1 No

There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can a..

Answer / sudhakar

private variables are not accessible by the subclasses, either the class B should be the inner class of class A or we have to go through the java reflection api.

Is This Answer Correct ?    0 Yes 1 No

There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can a..

Answer / deepak sarao

with the help of friend function u can access private of
class A in class B

Is This Answer Correct ?    5 Yes 19 No

There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can a..

Answer / anup

we can easily use of private variable of class A by class B
by inherits by extends keywords as a publicly.then every
variable which are present in base class as behave in derive
class.

Is This Answer Correct ?    1 Yes 25 No

Post New Answer

More J2EE Interview Questions

What is authorization constraint?

0 Answers  


Why is java important for internet?

0 Answers  


What is j2ee api?

0 Answers  


What are the components of j2ee?

0 Answers  


Difference between save and saveorupdate?

0 Answers  


How to create object without using the keyword “new” in java?

0 Answers  


What is event and listener in java?

0 Answers  


What is javaserver pages standard tag library (jstl)?

0 Answers  


Why is java called technology?

0 Answers  


can someone tell me how does preparedstatement works? its an interface and where is the implementation?

3 Answers   Satyam, TCS,


What is archiving?

0 Answers  


Hello frds .recently I've got a call for the test in infosys .iam having 1.5 yr exp in java pltfrm.plz can anyone tell the main process( in detail) for infosys experienced professionals

1 Answers  


Categories