What is the USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet
1 4309
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is method overloading in JAVA? Why is it not present in C ?
Differences between C and Java?
Explain the use of javap tool.
What is main difference between variable and constant?
how to deploy apache tomcat server to weblogic server in java
What is data and its types?
What is arraylist e?
Describe the process as to how substring() methodology mechanisms in java.
What does s mean in regex?
How we can generate random numbers in java?
What is mnemonic in assembly language?
Can we use a default constructor of a class even if an explicit constructor is defined?
What is command line argument
What invokes a thread's run() method in java programming?