What do you understand by private, protected and public?


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

Post New Answer

More Core Java Interview Questions

Which containers use a FlowLayout as their default layout?

3 Answers  


What class allows you to read objects directly from a stream in java programming?

0 Answers  


What is the scope or life time of instance variables?

0 Answers  


What are controls and their different types in awt?

0 Answers  


How to do a true java ping from windows?

0 Answers  






Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


In what types of operations an ArithmeticException will be thrown?

3 Answers  


What is stringwriter?

0 Answers  


What is aggregation?

1 Answers   Cap Gemini,


Differentiate between == and equals().

0 Answers  


What about interthread communication and how it takes place in java?

0 Answers  


Is zero a natural number?

0 Answers  


Categories