A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
No Answer is Posted For this Question
Be the First to Post Answer
why we cannot declare static variable inside a static method
How can we create a synchronized collection from given collection?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion
what is the need to set path in java? how many ways to set path in java? Explain breif?
Can we override constructor?
State the merge-sort principle and its time complexity.
0 Answers Akamai Technologies,
What is light weight component?
What is a singleton class? Give a practical example of its usage.
Can we convert stringbuffer to string?
We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.
please tell me what is wrapper class in java with example ?
why applet doesn't have main? isn't possible a program with out main?