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 ?
Answer Posted / 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 |
Post New Answer View All Answers
What does enterprise javabeans module contain?
What is java actionlistener?
What is the J2EE module?
Is c++ more secure than java?
Hi Friends. I want complete technical flow of j2ee project with following technologies. jsp , servlet , Struts , Hibernate , (should follow mvc-2 design pattern) . with DAO ,DTO SERVICE layers .
What is delegation?
What is connector?
What do you understand by connector?
What is the description for expression element?
What are the modules of j2ee?
What is the best java compiler?
for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??
Is core java and j2se same?
What is DDP?
What are the components and containers in java?