Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?


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

Post New Answer

More Core Java Interview Questions

How many bits is a string?

0 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,


What are the changes in java.io in java 8 ?

0 Answers  


What is a ternary operator in java? What is an interface?

0 Answers  


How does java pattern compile work?

0 Answers  






What are adapter classes?

0 Answers  


What is lifetime variable?

0 Answers  


What is printwriter in java?

0 Answers  


What is difference between java and java ee?

0 Answers  


Suppose there is an array list [10,5,20,19,15,24].Print them in ascending & descending order in collection framework concept ???

2 Answers   Cognizant,


What is a parent class in java?

0 Answers  


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

0 Answers  


Categories