why i can not access private variable in other class?
Answer Posted / 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 |
Post New Answer View All Answers
program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?
What is an action class in java?
Which is more secure: java or activex? : java security
What is jpa used for?
How do I open java console?
What's the difference between local, global and universal groups? : java security
What is an entity in java?
What is type_scroll_insensitive in java?
How do you count in java?
Please can anybody explain what exactly "the project architecture" means???
What is ui framework in java?
I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance
can a program use more than one command-line argument?
Is openjdk the same as jdk?
What is ibatis in java?