recategorized by
3,081 views

1 Answer

3 votes
3 votes

ans should be C 

There are four kinds of nested class in Java. In brief, they are:

Answer:

Related questions

3.4k
views
1 answers
2 votes
go_editor asked Aug 20, 2016
3,380 views
When one object reference variable is assigned to another object reference variable thena copy of the object is createda copy of the reference is ... illegal to assign one object reference variable to another object reference variable
1.7k
views
1 answers
2 votes
go_editor asked Aug 20, 2016
1,711 views
Implicit return type of a class constructor isnot of class type itselfclass type itselfa destructor of class typea destructor not of class type
3.0k
views
3 answers
0 votes
go_editor asked Jan 31, 2017
3,008 views
Given the array of integers array' shown below:1372721833911228What is the output of the following JAVA statements?int[] p = new int [10]; int[] q = new int [10]; for ( ... [4]=20; System.out.println(array[4]+":"+q[4]);20:2018:1818:2020:18
2.2k
views
1 answers
2 votes
go_editor asked Aug 1, 2016
2,185 views
The Servlet Response interface enables a servlet to formulate a response for a client using the methodvoid log(Exception e, String s)void destroy()int get ServerPort()void set ContextType(String Type)