Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why null interfaces are used in Java?

Answers were Sorted based on User's Feedback



Why null interfaces are used in Java?..

Answer / guest

Null interfaces can also be called as Tag interface
eg: Serializable,RandomAccess

Is This Answer Correct ?    1 Yes 1 No

Why null interfaces are used in Java?..

Answer / sub

To protect a class derived by other classes

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Core Java Interview Questions

hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class

1 Answers  


What is the primitive type byte?

0 Answers  


Name some OOPS Concepts in Java?

0 Answers  


Can you access the private method from outside the class?

0 Answers  


Name the methods that used to get and set the text label displayed by a Buttonobject?

1 Answers  


Why are data types important?

0 Answers  


Why char array is preferred over string for storing password?

0 Answers  


What's the difference between comparison done by equals method and == operator?

0 Answers  


What is numeric promotion?

1 Answers  


how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application

0 Answers   SAP Labs,


How many types of assembly languages are there?

0 Answers  


what is main purpose of abstract class?

7 Answers  


Categories