Explain access modifiers in java.


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

Post New Answer

More Core Java Interview Questions

How to declare objects of a class ?

0 Answers   Akamai Technologies,


what is the meaning of java.lang and java.util

6 Answers  


what is Assertion?

4 Answers   Wipro,


write the hierarchy of component class?

1 Answers  


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


Which of the following is not an isolation level in the JDBC

0 Answers   CTS,


How is object created in java?

5 Answers   Cap Gemini,


What is singletonlist in java?

0 Answers  


What type of variable is gender?

0 Answers  


What is output buffer?

0 Answers  


What is a nested list?

0 Answers  


Difference between default and protected access specifiers?

0 Answers  


Categories