Can you access the private method from outside the class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What do you mean by local class?

0 Answers  


Adapter classes?

3 Answers  


Why javac is not recognized?

0 Answers  


What is nan in java?

0 Answers  


What is string builder in java?

0 Answers  






which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

6 Answers   HP, SparkTG,


what is unreachable code problem in multiple catch statements

3 Answers  


Can java hashmap have duplicate keys?

0 Answers  


How can you make a class serializable in java?

0 Answers  


How does thread synchronization occurs inside a monitor?

0 Answers  


please send code example of inner classes?

2 Answers  


What is the difference between parameters and arguments ?

2 Answers  


Categories