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


What modifiers can be used with a local inner class?

Answers were Sorted based on User's Feedback



What modifiers can be used with a local inner class?..

Answer / niranjanravi

we can use final or abstract for a local inner class .

Is This Answer Correct ?    16 Yes 0 No

What modifiers can be used with a local inner class?..

Answer / payal

we can use static modifier with local inner class...it can
be non static also.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More Core Java Interview Questions

Can an interface extend a class?

0 Answers  


Explain the importance of throws keyword in java?

0 Answers  


What is the Concept of Encapsulation in OOPS

0 Answers   HCL,


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

0 Answers  


Explain all java features with real time examples

0 Answers  


difference between byte stream class and character stream class?

0 Answers  


what is thread? : Java thread

0 Answers  


What is a class ?

8 Answers  


Explain an algorithm to find depth of a binary tree.

0 Answers   Akamai Technologies,


what is collatration?

0 Answers  


What is java util list?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


Categories