static inner classes means..?
Answer / ranganathkini
static inner classes are nested class members marked by the
"static" keyword. These classes have access to the enclosing
class's static members but no access to the non-static
members of the enclosing class.
Static classes do not depend on an instance of their
enclosing class and hence they can be instantiated without
instantiating their enclosing class.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the differences between getting and load method?
What is the difference between a Window and a Frame?
How many bytes is 255 characters?
What is the Set interface?
steps to connect with Oracle Databse using TYPE-2 Jdbc driver.
What is Java Classloader?
1 Answers Phantom Technologies,
what are depricated methods ?
abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{
What are the two parts of a conditional statement?
What is meant by flickering?
Write java program to reverse string without using api?
What is enhanced loop in java?