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 are used with an inner class which is a
member of an outerclass?



What modifiers are used with an inner class which is a member of an outerclass?..

Answer / ranganathkini

The modifiers for an inner class are:

public
private
protected
static
final
strictfp
abstract

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Core Java Interview Questions

what is the difference between ArrayList and Vector

19 Answers   KPIT, Sasken, Satyam, Span Infotech, Wipro,


What is JDK? Mention the variants of JDK?

1 Answers  


To set the position and size of a component, which methods are used?

3 Answers  


Add a value x to array from index l to r where 0 <= l <= r <= n-1

0 Answers   Amazon,


how to prepare for IT Officers Interview in Banks

0 Answers   TATA, Tata Steel Limited,


Why do we need data structure in java?

0 Answers  


What is hypertext?

1 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


What is a nested class?

0 Answers  


What is the catch or declare rule for method declarations?

1 Answers  


Difference between overriding and overloading in java?

0 Answers  


How to perform linear search in java?

0 Answers  


Categories