What is a protected class in java?


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

Post New Answer

More Core Java Interview Questions

Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

0 Answers  


What are methods and how are they defined?

0 Answers  


What is return used for in java?

0 Answers  


difference between byte stream class and character stream class?

0 Answers  


Explain polymorphism citing an example.

0 Answers   Amazon,






why string is not taking as primitive datatypes but we r taking it as a class? why explain it?

2 Answers   HP, SparkTG,


What is r * in math?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


How many functional interfaces does java 8 have?

0 Answers  


Write a java program for binary search?

0 Answers  


how exactly garbage collection take place?

4 Answers  


how to create an applet

2 Answers  


Categories