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...

What are null interfaces in JAVA ? and give me some
examples?

Answer Posted / devesh dashora

null interface is such which have no abstract methods
declaration in interface definition. For Ex. Clonable
interface.

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?

1438


What are wrapper classes in java?

1058


What is the difference between a method and a function in alice?

1186


What is close method? How it's different from Finalize & Dispose?

1060


Is there any way to find whether software installed in the system is registered by just providing the .exe file? I have tried the following code but its just displaying the directory structure in the registry. Here the code : package com.msi.intaller; import java.util.Iterator; import ca.beq.util.win32.registry.RegistryKey; import ca.beq.util.win32.registry.RootKey; public class RegistryFinder { public static void main(String... args) throws Exception { RegistryKey.initialize(RegistryFinder.class.getResource("jRe gistryKey.dll").getFile()); RegistryKey key = new RegistryKey(RootKey.HKLM, "Software\\ODBC"); for (Iterator subkeys = key.subkeys(); subkeys.hasNext();) { RegistryKey subkey = subkeys.next(); System.out.println(subkey.getName()); // You need to check here if there's anything which matches "Mozilla FireFox". } } }

1798


What is the point of polymorphism java?

1006


What is the difference between keyword and identifier?

1023


What are features of java?

1021


What is a string token?

1036


what is the difference between yielding and sleeping? : Java thread

959


Explain creating threads by extending thread class ?

1052


Does constructor creates the object ?

1030


State the main difference between c++ and java?

1079


What does provide mean construction?

1099


What’s the difference between unit, integration and functional testing?

1101