why i can not access private variable in other class?

Answers were Sorted based on User's Feedback



why i can not access private variable in other class?..

Answer / naresh

private variable are visible within it class only. the are
not visible to other class within that package or other. so
we cannot access.

Is This Answer Correct ?    7 Yes 0 No

why i can not access private variable in other class?..

Answer / srinu

private variable are visible in the with in class only.This
are not accessble to other class with in same package or
other diiferent package .so we can't access the private
variable out side of classes

Is This Answer Correct ?    4 Yes 0 No

why i can not access private variable in other class?..

Answer / srihari

private variables are visible within the class they are
defined but not in the other classes present in same package
& classes in different packages. Hence, we call "private"
variables as "CLASS-LEVEL" instances.

private variables are used when we do not want the variable
declared in a class to be shared or used by other classes
present in same packages or different packages.

Is This Answer Correct ?    2 Yes 0 No

why i can not access private variable in other class?..

Answer / maggie

it cant access.because its life time only within the class
or loop.it expires when it comes out from the class or loop.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Java Related AllOther Interview Questions

What is stateless and stateful in java?

0 Answers  


What is meant by java se?

0 Answers  


What do you understand by casting in java language? What are the types of casting?

0 Answers  


What is connection pooling in java?

0 Answers  


In my project i need to use either JSF or Struts.Here i need some clarification about them and which IDE is better for JSF development? Please post your valuble answers ASP!

4 Answers   Infosys,






What is meant by framework in java?

0 Answers  


What is web xml java?

0 Answers  


What is an actionevent in java?

0 Answers  


Is lambda cheaper than ec2?

0 Answers  


What is data persistence in java?

0 Answers  


How do you check if java is installed on windows command prompt?

0 Answers  


Why serialization is used in java?

0 Answers  


Categories