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


can we create object for static class in java

Answers were Sorted based on User's Feedback



can we create object for static class in java..

Answer / soma414@gmail.com

yes we want create the object by using static class in java

Is This Answer Correct ?    0 Yes 0 No

can we create object for static class in java..

Answer / manjula

yes we can able to create object for the static class.. but
it is none of use.. because we can call the static class
without creating the object

Is This Answer Correct ?    0 Yes 0 No

can we create object for static class in java..

Answer / faisal

Yes you can instantiate a static inner class and it makes sense. Internal working of hash map and hash table is based on same

Is This Answer Correct ?    0 Yes 0 No

can we create object for static class in java..

Answer / santosh vyavhare

We can create a object of "static nested class ".
For eg. class Abc{
static class X{
void m()
System.out.println("static nested class method");
}
public static void main(String[] a)
{
X x=new X();
x.m();
}
}


but if you can not declare outer class as a static if u try to make outer class as static it will generate compile time error.
For eg static class X{}
It will generate compile time error as "Illegal modifier for the class".

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?

1 Answers  


What is the difference between the prefix and postfix forms of the ++ operator?

0 Answers  


Write a java program to check if a number is prime or not?

0 Answers  


i don't want fullforms of JDK an JVM i want definitions for them

2 Answers  


What is the GregorianCalendar class?

2 Answers   HCL,


What is the purpose of default constructor?

0 Answers  


Is double bigger than float?

0 Answers  


How does serialization work

3 Answers   Ordain Solutions,


where can we get jAVA project orientation traing in HYDERABD

0 Answers  


Which arithmetic operations can result in the throwing of an arithmeticexception?

0 Answers  


What is busy spin, and why should you use it?

0 Answers  


How many bits does a boolean take?

1 Answers  


Categories