What do you mean by inner class in java? Explain
No Answer is Posted For this Question
Be the First to Post Answer
What is arrays sort in java?
Explain differences between checked and unchecked exceptions in java?
What is a singleton class? Give a practical example of its usage.
Differences between GridLayout and GridBagLayout?
use of wrapper classes?
If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?
What is an error in java?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
what is meant by package in java?
what is dynamic method dispatch ?
27 Answers Fidelity, MUET, SDSF,
How many types of exception can occur in a java program?
What is the difference between jdk and jre?